﻿
/*common start*/
    .w {
        text-decoration: none;
        width: 1200px;
        cursor: auto;
        filter: auto;
        margin: auto;
    }
    .margin-t10 {
        margin-top: 10px;
    }
    .margin-t20{
        margin-top: 20px;
    }
    .margin-t30{
        margin-top: 30px;
    }
    .G_linear {
        -moz-transition: all 0.2s linear;
        -webkit-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear;
    }
    .error{
        color:red;
    }
/*common end*/
input:-webkit-autofill { 
-webkit-box-shadow: 0 0 0px 1000px white inset; 
} 
.site-header {
    height: 85px;
}
.site-header .logo {
    width: 200px;
    float: left;
    margin-top: 15px;
}

/*.site-foot start*/
    .site-foot {
        border-top: 1px solid #f5f5f5;
        border-bottom: 1px solid #f2f2f2;
        background-color: #fafafa;
    }
    .site-foot li{
        display: inline-block;
        margin-left: 5px;
        margin-bottom: 10px;
        width: 16%;
        vertical-align: top;
        word-spacing: normal;
        letter-spacing: normal;
        font-size: 9pt;
        zoom: 1;
        text-decoration: none;
        cursor: auto;
        background-color: inherit;
    }
    .site-foot dt {
        margin: 5px 0;
        padding: 10px 5px;
        border-bottom: 1px solid #e6e6e6;
        color: #2f2f2f;
        font: 1pc/20px "microsoft yahei";
        text-decoration: none;
        cursor: auto;
        background-color: transparent;
    }
    .site-foot dd {
        display: block;
        padding: 2px 5px;
        text-overflow: ellipsis;
        white-space: nowrap;
        font: 9pt/20px "microsoft yahei";
        overflow:hidden;
        clear: both;
        text-decoration: none;
        cursor: auto;
        background-color: transparent;
    }

    .site-foot dl dd a {
        color: #262626;
        text-decoration: none;
        cursor: auto;
    }
    .site-foot dl dd a:hover {
        color: #607D8B;
    }
/*.site-foot end*/

.login-in {
    background-color: #fff;
    height: 700px;
}

.login-in .w {
    position: relative;
}
.login-in .banner {
    margin: 50px 0 0 50px;
    width: 650px;
}
.login-in .login-box {
        width: 100%;
        max-width: 360px;
        height: 430px;
        position: absolute;
        margin-top: 20px;
        margin-left: 0px;
        background: #f8f8f8;
        right: 10%;
        padding: 10px 20px;
        top: 30px;
        -webkit-box-shadow: 0 15px 30px rgba(0,0,0,0.1);
        box-shadow: 0 10px 30px rgba(0,0,0,0.1);
        -webkit-transform: translate3d(0, -2px, 0);
}
.login-in h2{
    text-align: center;
    margin-top: 10px;
    font-family: "Microsoft YaHei";
}
.login-in .login-change {
	margin-right: 40px;
	font-size: 12px;
	color: #FF991C;
}
.login-in .login-form-title {
    position: relative;
    margin: 10px 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
    font-size: 20px;
}
.login-in .login-form-title span {
    font-size: 12px;
}
.login-in .login-form-title span a,
.login-in .login-form-remember a {
    color: #f25618;
    font-weight: 700;
}
.login-in .login-form {
    width: 100%;
}
.login-in .login-form form {
    max-width: 640px;
    margin: 20px auto;
}
.login-in .form-input label {
    position: absolute;
    display: block;
    width: 72px;
    height: 40px;
    line-height: 40px;
    background: #fff;
    text-align: right;
    top: 1px;
    left: 1px;
    padding-left: 5px;
    font-size: 14px;
}
.login-in .form-input {
        position: relative;
}
.login-in .form-input input{
    font-size: 14px;
    height: 40px;
    width: 78%;
    padding-left: 22%;
    border: 1px #fff;
    background-color: #fff;
}
.login-in .phone-verification input,
.login-in .verification input {
    width: 48%;
    padding-right: 30%;
}
.login-in .phone-verification span,
.login-in .verification img{
    position: absolute;
    right: 7px;
    top: 7px;
}

.login-in .phone-verification span{
    width: 23%;
    height: 28px;
    background-color: #e8e8e8;
    text-align: center;
    line-height: 28px;
    cursor: pointer;
}
.login-in .phone-verification span:hover{
    background-color: #eee;
}
.login-in .login-form-remember {
    position: relative;
    width: 345px;
    margin: 20px auto 15px;
}
.login-in .login-form-remember input {
    vertical-align: middle;
}
.user-name, .user-pass, .user-email, .user-phone, .verification {
    position: relative;
    height: 42px;
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #fff;
}
.login-in .login-form h3 {
    text-align: center;
    padding: 8px;
    font-weight: 600;
}

.login-links {
    /* max-width: 320px; */
    margin: 20px 0;
    font-size: 14px;
}
.login-in .btn{
    height: 42px;
    background-color: #FF991C;
    color: #FFF;
    width: 100%;
    border: medium none;
    cursor: pointer;
    font-size: 16px;
    font-family: "Microsoft YaHei";
}
.login-in .btn:hover{
    background-color: #f25618;
}
.login-in .login-box.register{
    height: 527px;
}
.login-in .login-form em {
    position: absolute;
    right: 0;
    bottom: -19px;
}

.title-striped {
    display: block;
    font-size: 1em;
    font-weight: 400;
    font-style: normal;
    line-height: 1.5em;
    text-transform: uppercase;
    /*letter-spacing: 0.5em;*/
    text-align: center;
}
.title-striped-inwrap {
    position: relative;
    display: inline-block;
    padding-left: 40%;
    padding-right: 40%;
}
.title-striped-inwrap:before {
    left: 0;
}
.title-striped-inwrap:after {
    right: 0;
}
.title-striped-inwrap:before, 
.title-striped-inwrap:after {
    content: '';
    position: absolute;
    display: inline-block;
    width: 40%;
    top: 50%;
    height: 0;
    border-top: 1px dotted #ccc;
}
.login-other-section {
    /*position: absolute;
    left: 0;
    right: 0;
    bottom: 0;*/
}
.oth_type_links {
    padding-top: 10px;
    text-align: center;
}
.icon_type {
    width: 30px;
    height: 30px;
    margin: 0 12px;
    display: inline-block;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
         -o-border-radius: 50%;
            border-radius: 50%;
            
    -webkit-filter: grayscale(100%);
	   -moz-filter: grayscale(100%);
	    -ms-filter: grayscale(100%);
	     -o-filter: grayscale(100%);
    		filter: grayscale(100%);
    		
	-webkit-transition: all .2s ease-in-out;
	   -moz-transition: all .2s ease-in-out;
		-ms-transition: all .2s ease-in-out;
		 -o-transition: all .2s ease-in-out;
			transition: all .2s ease-in-out;
}
.icon_type:hover {
    -webkit-filter: grayscale(0);
   	   -moz-filter: grayscale(0);
    	-ms-filter: grayscale(0);
    	 -o-filter: grayscale(0);
    	 	filter: grayscale(0);
    
    filter: none;
}
.btn_sns_icontype {
    background: url(../images/common/icons_type.png);
    width: 18px;
    height: 18px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
}
.icon_type .btn_sns_icontype {
    display: block;
    margin: 4px auto 0;
}
.btn_qq {
    background-color: #0288d1;
}
.btn_weibo {
    background-color: #d32f2f;
}
.btn_alipay {
    background-color: #0ae;
}
.btn_weixin {
    background-color: #00d20d;
}
.icon_default_qq {
    background-position: -19px 0;
}
.icon_default_weibo {
    background-position: -38px 0;
}
.icon_default_alipay {
    background-position: -57px 0;
    width: 25px;
}
.icon_default_weixin {
    background-position: -84px 0;
    width: 23px;
}