﻿/*a:link,
a:visited {
    color: #1c1f21;
}

a:hover,
a:active {
    color: #ff6800;
}

.clearfix:after {
    content: '\0020';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}*/

/*device-width: <= 1280px*/
@media screen and (max-width: 1280px) {
#drcontent {
	 /*display: none;*/
	 overflow:auto;
}
	
}
/*device-width: <= 1600px*/
@media screen and (max-width:  1600px) {
#drcontent {
    /*display: none;*/
	overflow:auto;
}	


}


a, input, button {
    outline: none;
}

input, button, textarea, select {
    *font-size: 100%;
    border: 0;
}

.clearfix {
    *zoom: 1;
}

.l {
    float: left;
}

.r {
    float: right;
}

.tbspanname {
    width: 100px;
    float: left;
    text-align: left;
    margin-top: 10px;
    /*font-weight: bold;*/
}

.tbspancnt {
    width: 150px;
    float: left;
    text-align: left;
    margin-top: 10px;
}

.tbaquan {
    border: 1px solid #ff6800;
    color: #ed8e1c !important;
    border-color: #ed8e1c;
    border-radius: 3px;
    display: inline-block;
    padding: 1px 5px;
}

.itnon {
    position: absolute;
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #198ede;
    transform: rotate(45deg);
    bottom: -5px;
    left: 15px;
    z-index: 0;
    display: none;
}
/**公告*/
.txt-scroll {
    width: 100%;
    height: 30px;
    line-height: 30px;
    padding: 0 5px 0 30px;
}

.txt-scroll {
    /*background-color: #D1ECF1;*/
    background-image: url('../../Content/images/ico-notice.png');
    background-position: 10px center;
    background-repeat: no-repeat;
}

    .txt-scroll .scrollbox {
        width: 100%;
        white-space: nowrap;
        overflow: hidden;
        transition: all .2s;
    }

    .txt-scroll .txt, .txt-scroll .txt-clone {
        display: inline;
        position: relative;
    }
/***top右侧详情*/
.top_ulright {
    width: 100%;
    overflow: hidden;
}

.top_ulright > li {
    float: left;
    margin: 3px 6px;
    text-align: center;
    /*padding:0 14px;*/
}

.top_ulright > li > dl {
    height: 30px;
}

.top_ulright > li > dl > dd {
    float: left;
  display:inline-block;
  /*min-width:98px;*/
  padding:0 10px;
  overflow:hidden;
}

.top_ulright > li > dl > dd :hover {
    text-decoration: underline;
}


.top_ulrightmin {
    width: 100%;
    overflow: hidden;
    margin-top:10px;
}

.top_ulrightmin > li {
    float:left;
   width:126px;
   text-align:center;
   margin:2px 0px;
   background:#F8FAFC;
   
}
.top_ulrightmin > li:hover{
    background:#D9DDE1;
}

.redcolor {
    color: #ff6800;
    font-weight: 700;
    padding-left: 2px;  
    /*padding: 0px 5px;
    height: 16px;
    line-height: 16px;
    background: #f01414;
    color: #fff;
    margin-left: 2px;
    display: inline-flex;
    border-radius: 8px;*/
}

.mq-title {
    /*color: rgba(0,0,0,.87);*/
    font-size: 14px;
    line-height: 60px;
    /*text-shadow: 0 2px 0 #ffcf00;*/
    /*margin-bottom: 8px;*/
    z-index: 2;
    font-weight: 700;
    color: #ff0000;
}

.bimg {
    padding-right: 18px;
}

    .bimg:before {
        content: '';
        background-size: 100% 100%;
        /*z-index: -1;*/
        position: relative;
        left: 5px;
        top: 3px;
        display: inline-block;
        width: 18px;
        height: 18px;
        background-image: url(../../Content/images/c1.png);
    }

.aimg:before {
    content: '';
    background-size: 100% 100%;
    z-index: -1;
    position: relative;
    left: 5px;
    top: 3px;
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url(../../Content/images/c2.png);
}

.header-signin{
  /*width:100px;*/
  padding-left:30px;
}
.header-signin a {
    color: #666;
    font-weight:700;
}

.header-signin a {
   display: inline-block;
    padding: 0 6px;
    height: 60px;
    line-height: 60px;
    font-size: 14px;
    -webkit-transition: background-color 0.2s;
    -moz-transition: background-color 0.2s;
    transition: background-color 0.2s;
}

    .header-signin a:hover {
        color: #ff6800;
    }

.user-card-box {
    /*position: relative;*/
    padding:0 20px;
}

.user-card-box .g-user-card {
    visibility: hidden;
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 1000;
    width: 140px;
    padding: 8px;
    background-color: #fff;
    box-shadow: 0 8px 16px 0 rgba(7, 17, 27, 0.2);
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    box-sizing: border-box;
}

.user-card-box .g-user-card .card-top {
    height: 80px;
    color: #93999f;
    position: relative;
}

.user-card-box .g-user-card .card-top a {
    display: inline-block;
    color: #93999f;
}

.user-card-box .g-user-card .card-top a img {
    float: left;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    border: 2px solid #fff;
    margin-right: 12px;
}

.user-card-box:hover .user-card-item img {
    border: 2px solid #ff6800 !important;
}

.user-card-box .g-user-card .card-top .card-top-right-box {
    margin-top: 14px;
}

.user-card-box .g-user-card .card-top .name {
    display: inline-block;
    font-size: 16px;
    color: #07111b;
    width: 170px;
    line-height: 20px;
}

.user-card-box .g-user-card .card-top .meta {
    margin-top: 4px;
    font-size: 12px;
    line-height: 12px;
}

.user-card-box .g-user-card .card-top .meta a {
    margin-right: 12px;
}

.user-card-box .g-user-card .card-top .meta b {
    margin-left: 2px;
}

.user-card-box .g-user-card .user-center-box {
    margin-top: 16px;
    margin-bottom: 14px;
}

.user-card-box .g-user-card .user-center-box > ul > li {
    position: relative;
    width: 128px;
    width: 127px\9;
    /*IE6,7,8 hack*/
    background: #F8FAFC;
    border-radius: 2px;
    color: #4d555d;
    margin: 0 2px 2px 0;
}

    .user-card-box .g-user-card .user-center-box > ul > li .user-center-icon {
        position: relative;
        top: 3px;
        font-size: 16px;
        margin-right: 8px;
    }

.user-card-box .g-user-card .user-center-box > ul > li a {
    width: 100%;
    height: 36px;
    line-height: 36px;
    padding-left: 12px;
    text-align: left;
    box-sizing: border-box;
}

.user-card-box .g-user-card .user-center-box ul li:hover {
    background: #d9dde1;
}

.user-card-box .g-user-card .user-center-box ul li:hover a {
    color: #4d555d;
}

.user-card-box .g-user-card .user-center-box ul li i {
    width: 18px;
    height: 18px;
    position: absolute;
    top: 0px;
    right: 8px;
    background: url('/static/img/common/coupon-icon.png') no-repeat;
}

.user-card-box .g-user-card .user-center-box ul li:nth-child(2n) {
    margin-right: 0px;
}

.user-card-box .g-user-card .card-history {
    clear: left;
    padding-bottom: 16px;
    margin-bottom: -1px;
}

.user-card-box .g-user-card .card-sets {
    margin-top: 16px;
    font-size: 12px;
    line-height: 12px;
}

.user-card-box .g-user-card .card-sets a {
    color: #93999F;
}

.user-card-box .g-user-card .card-sets a:hover {
    color: #4d555d;
    background: none;
}

    .user-card-box:hover .g-user-card {
        visibility: visible;
    }

/**************弹框登录和注册**************/
.overhidden {
    overflow: hidden;
}

.rl-modal {
    position: fixed;
    background: #fff;
    z-index: 100000;
    width: 440px;
    padding-top: 10px;
    padding-bottom: 30px;
    left: 50%;
    top: 50%;
    margin: -192px 0 0 -192px;
    box-shadow: 0 12px 24px 0 rgba(28,31,33,.1);
    border-radius: 12px;
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
}

    .rl-modal.in {
        opacity: 1;
    }

.rl-modal-header {
    position: relative;
    padding: 0 20px 25px;
}

.rl-modal-header h1 {
    font-size: 16px;
    line-height: 49px;
    font-weight: 700;
    height: 49px;
    color: #787d82;
}

.rl-modal-header h1 span {
    float: left;
    width: 80px;
    text-align: center;
    height: 49px;
    line-height: 49px;
    cursor: pointer;
}

.rl-modal-header .active-title, .rl-modal-header span:hover {
    color: #ff6800;
}

.rl-modal-header .active-title:after, .rl-modal-header span:hover:after {
    content: " ";
    width: 16px;
    height: 4px;
    line-height: 4px;
    background: #ff6800;
    border-radius: 2px;
    display: block;
    margin: 0 auto;
}

.rl-close {
    position: absolute;
    top: 17px;
    right: 20px;
    width: 17px;
    height: 17px;
    cursor: pointer;
    background: url(../../content/images/nlogin.png) no-repeat 0 0;
    transition: transform .2s;
    -webkit-transition: transform .2s;
    -moz-transition: transform .2s;
    -o-transition: transform .2s;
}

.rl-close:hover {
    background-position: 0 -21px;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
}

.rl-modal-body {
    padding: 0 32px;
}

.error-erea {
    font-size: 14px;
    color: #f01400;
    padding-bottom: 5px;
    height: 20px;
}


.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

.modal-backdrop {
	background-color: #fff
}

.modal-backdrop.fade {
	opacity: 0
}

.modal-backdrop,
.modal-backdrop.fade.in {
	opacity: .75
}

.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000
}



/*公共*/
/*.clearfix:after{ content: ''; display: block; clear: both; width: 0; height: 0;}
.in_nr7_fr,.btn1fr{ display: none;}*/
.message p {
    line-height: 24px;
    font-size: 12px;
    padding-left: 20px;
    margin-left: 38px;
}

.message .error-tex {
    background: url(/Content/Login/images/zc_x.gif) no-repeat left center;
    color: #ff6800;
}

.message .warning-tex {
    background: url(/Content/Login/images/zc_t.gif) no-repeat left center;
    color: #666666;
}

.message .ok-tex {
    background: url(/Content/Login/images/zc_z.gif) no-repeat left center;
    color: #666666;
}

.btns {
    display: block;
    color: #fff;
    font-size: 18px;
    background-color: #f76e00;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border-radius: 30px;
}

.btns:hover {
    color: #fff;
    background-color: #e26500;
}
/*.form-group{ margin-top: 15px; position: relative;}
.control-label{ line-height: 44px; width: 160px; text-align: right; color: #666; font-size: 14px; margin-right: 10px;}
.form-control{ padding: 0 10px; line-height: 42px; height: 43px; border: 1px solid #dedede; font-family:"Microsoft Yahei"; font-size: 14px; color: #333;}
.form-tex{ line-height: 24px;}
.form-tex a{ color: #ff6800; text-decoration: underline;}
.form-tex a:hover{color: #49b507;}*/
.member-loading {
    text-align: center;
}

    .member-loading span {
        display: inline-block;
        line-height: 40px;
        color: #666;
        font-size: 12px;
        padding-left: 25px;
        background: url(/Content/images/loading.gif) no-repeat left center;
    }

.member-mian {
    background-color: #f9f9f9;
    padding: 60px 0;
    border-bottom: 1px solid #e5e5e5;
}

.login-img {
    margin-left: -74px;
    margin-top: 110px;
}

.login-con {
    margin-right: 20px;
    width: 560px;
}

    .login-con h4 {
        color: #333;
        font-size: 36px;
        text-align: center;
        background: url(/Content/Login/images/17login-1.jpg) no-repeat 40px center;
        padding-left: 140px;
        line-height: 84px;
        font-weight: normal;
    }

.login-slogan {
    width: 100%;
    margin-top: 45px;
    height: 66px;
    background: url(/Content/Login/images/17login-3.jpg) no-repeat center;
}
/*.login-box{-moz-box-shadow: 0 1px 5px rgba(0,0,0,.08);
           -webkit-box-shadow: 0 1px 5px rgba(0,0,0,.08);
           box-shadow: 0 1px 5px rgba(0,0,0,.08);
           margin-top: 35px; width: 100%; padding: 45px 0; background-color: #fff; border-top: 4px solid #f86d0d;}*/
.login-box-width {
    width: 360px;
    margin: 0 auto;
}

.login-box ul {
    margin-top: -15px;
}

.login-box li {
    margin-top: 15px;
}

.login-box .form-box { /*border: 1px solid #dedede;*/
}

.login-box label {
    float: left;
    display: block;
    width: 38px;
    height: 24px;
    margin: 9px 0;
    background: url(/Content/Login/images/signin5.gif) no-repeat center; /*border-right: 1px solid #e2e2e2;*/
}

.login-box input {
    line-height: 42px;
    height: 42px;
    background-color: #E8F0FE;
    border: 0;
    padding: 0 10px;
    width: 318px;
    font-family: "Microsoft Yahei";
    font-size: 14px;
    color: #333;
}

.login-box .password-input label {
    background: url(/Content/Login/images/signin6.gif) no-repeat center;
}

.login-box .code-input .form-box {
    border: 0;
}

.login-box .code-input input {
    border: 1px solid #dedede;
    width: 250px;
}

.login-set {
    margin-top: 10px;
}

    .login-set .forgot-btn {
        color: #f76e00;
        font-size: 14px;
        line-height: 22px;
    }

        .login-set .forgot-btn:hover {
            text-decoration: underline;
        }

    .login-set .register-btn {
        text-align: center;
        margin-top: 30px;
        color: #333;
        font-size: 16px;
    }

        .login-set .register-btn a {
            color: #ff6800;
            text-decoration: underline;
            margin-left: 10px;
        }

            .login-set .register-btn a:hover {
                color: #49b507;
            }

    .login-set .wechat-btn {
        text-align: center;
        margin-top: 30px;
        display: block;
        border: 1px solid #eaeaea;
        line-height: 46px;
        color: #666;
        font-size: 16px;
    }

        .login-set .wechat-btn span {
            display: inline-block;
            padding-left: 42px;
            background: url(/Content/Login/images/17login-4.png) no-repeat left center;
        }

        .login-set .wechat-btn:hover {
            color: #ff6800;
        }

.member-head {
    padding: 19px 0;
    border-bottom: 1px solid #e5e5e5;
    line-height: 40px;
}

    .member-head h1 a {
        display: block;
        width: 135px;
        height: 40px;
        background: url(..//Content/Login/images/02index-logo.png) no-repeat center;
    }

    .member-head h4 {
        color: #333;
        font-size: 24px;
        font-weight: normal;
        margin-left: 15px;
    }

    .member-head p {
        color: #666;
        font-size: 14px;
        line-height: 40px;
    }

        .member-head p a {
            color: #ff6800;
            text-decoration: underline;
        }

            .member-head p a:hover {
                color: #49b507;
            }

    .member-head ul {
        margin-top: 15px;
    }

    .member-head li {
        float: left;
        padding: 0 15px;
        border-right: 1px solid #909090;
        line-height: 14px;
    }

        .member-head li a {
            color: #666;
            font-size: 14px;
            display: block;
        }

            .member-head li a:hover {
                color: #ff6800;
            }

        .member-head li:last-child {
            padding-right: 0;
            border: 0;
        }

.register-con {
    /*width: 460px;
    padding-right: 70px;
    border-right: 1px solid #ebebeb;
    margin: 0 70px 0 200px;*/
}

.register-choose {
    margin-left: -12px;
}

    .register-choose dl {
        margin-left: 12px;
        cursor: pointer;
        position: relative;
        float: left;
        width: 222px;
        height: 42px;
        text-align: center;
        border: 1px solid #dedede;
    }

    .register-choose span {
        color: #666;
        font-size: 14px;
        display: inline-block;
        line-height: 42px;
    }

.popup {
    display: inline-block;
    position: relative;
    vertical-align: -2px;
}

    .popup sub {
        width: 14px;
        height: 14px;
        display: block;
        cursor: pointer;
        padding-top: 10px;
        background: url(/Content/Login/images/level_2.png) no-repeat left bottom;
    }

.popup-con {
    display: none;
    cursor: default;
    position: absolute;
    bottom: 16px;
    left: 50%;
    margin-left: -75px;
    width: 150px;
}

    .popup-con p {
        text-align: left;
        font-size: 12px;
        background: #fefee7;
        color: #666;
        padding: 7px 10px;
        line-height: 18px;
        border: 1px solid #b9b9b9;
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px;
        border-radius: 8px;
    }

    .popup-con:after {
        content: '';
        display: block;
        width: 12px;
        height: 8px;
        background: url(/Content/Login/images/zc_jt.png) no-repeat;
        margin: 0 auto;
        margin-top: -1px;
    }

.popup:hover .popup-con {
    display: block;
}

.register-choose dd {
    width: 29px;
    height: 28px;
    background: url(/Content/Login/images/17login-5.png) no-repeat;
    position: absolute;
    right: 0;
    bottom: 0;
}

.register-choose dl:hover span {
    color: #ff6800;
}

.register-choose dl.on {
    border-color: #ff6800;
}

    .register-choose dl.on span {
        color: #ff6800;
    }

    .register-choose dl.on dd {
        background-position: 0 -28px;
    }

.form-boder {
    /*border: 1px solid #dedede;*/
    /*background-color: #fff;*/
    
}
.form-boder input {
    line-height: 42px;
    height: 42px;
    background-color: #E8F0FE;
    border: 0;
    padding: 0 10px;
    width: 318px;
    font-family: "Microsoft Yahei";
    font-size: 14px;
    color: #333;

}
    /*.form-boder .form-control {
        width: 400px;
        border: none;
        float: left;
    }*/

.form-icon {
    float: left;
    width: 38px;
    height: 24px;
    margin: 9px 0;
    background-image: url(/Content/Login/images/signin9.gif);
    background-repeat: no-repeat;
    background-position: center;
    /*border-right: 1px solid #cbcbcb;*/
}

    .form-icon.icon-name {
        background-image: url(/Content/Login/images/signin10.gif);
    }

    .form-icon.icon-phone {
        background-image: url(/Content/Login/images/signin11.gif);
    }

    .form-icon.icon-mail {
        background-image: url(/Content/Login/images/signin8.gif);
    }

.code-group .form-control {
    width: 245px;
}

.code-group .btn {
    line-height: 44px;
    margin: 0;
    font-size: 14px;
    width: 180px;
}

.sure-group {
    margin-top: 20px;
}

    .sure-group .form-tex {
        color: #999;
        text-align: center;
    }

        .sure-group .form-tex a {
            text-decoration: none;
            color: #333;
        }

            .sure-group .form-tex a:hover {
                color: #ff6800;
            }

.mail-group.on .form-boder {
    width: 340px;
}

.mail-group.on .form-control {
    width: 282px;
}

.mail-group-tex {
    color: #ff6800;
    font-size: 16px;
    line-height: 44px;
    display: none;
}

.mail-group.on .mail-group-tex {
    display: block;
}

.register-text {
    margin-top: -20px;
}

.register-text-con {
    color: #666;
    font-size: 13px;
    line-height: 24px;
    margin-top: 20px;
}

.register-text span {
    color: #ff6800;
}

.register-text i {
    display: inline-block;
}

.regSuc-con-tex {
    text-align: center;
}

    .regSuc-con-tex p {
        color: #666;
        font-size: 14px;
        text-align: left;
        line-height: 32px;
        display: inline-block;
        padding-left: 85px;
        background: url(/Content/Login/images/17login-6.png) no-repeat left center;
    }

    .regSuc-con-tex span {
        color: #ff6800;
        font-size: 24px;
        display: block;
    }

.regSuc-con-set {
    text-align: center;
    margin-top: 30px;
}

.regSuc-con-btn {
    margin: 0 3px;
    display: inline-block;
    border: 1px solid #ff6800;
    width: 200px;
    line-height: 44px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    background-color: #ff6800;
}

    .regSuc-con-btn.noBg {
        background-color: inherit;
        color: #ff6800;
    }

    .regSuc-con-btn:hover {
        color: #fff;
        background-color: #e26500;
    }

.regSuc-con-set p {
    color: #999;
    font-size: 14px;
    margin-top: 35px;
}

    .regSuc-con-set p a {
        color: #333;
    }

        .regSuc-con-set p a:hover {
            color: #ff6800;
        }

.regSuc-prize {
    background-color: #fefcfa;
    border: 1px solid #fbeccb;
    padding: 40px 0;
    margin-top: 30px;
}

.regSuc-prize-tex {
    width: 415px;
    text-align: center;
    color: #999;
    margin-left: 40px;
}

    .regSuc-prize-tex h4 {
        font-weight: normal;
        color: #ff6800;
        font-size: 18px;
    }

    .regSuc-prize-tex p {
        font-size: 14px;
    }

    .regSuc-prize-tex img {
        display: inline-block;
        margin: 10px 0;
    }

    .regSuc-prize-tex span {
        display: block;
        font-size: 12px;
        line-height: 22px;
    }

.regSuc-prize .arrow {
    width: 83px;
    height: 38px;
    background: url(/Content/Login/images/17login-8.jpg) no-repeat;
    margin: 95px 40px 0 30px;
}

.getpass-mian {
    padding: 80px 0 60px;
}
/*.getpass-list{ text-align: center; position: relative;}*/
.getpass-list dl {
    width: 250px;
    display: inline-block;
    position: relative;
    z-index: 2;
}

.getpass-list dt {
    background-color: #fff;
    padding: 0 7px;
    width: 30px;
    margin: 0 auto;
}

    .getpass-list dt b {
        display: block;
        color: #fff;
        overflow: hidden;
        font-size: 16px;
        width: 30px;
        height: 30px;
        line-height: 30px;
        background: url(/Content/Login/images/17login-10.png) no-repeat;
    }

.getpass-list dd {
    color: #999;
    font-size: 16px;
    line-height: 16px;
    padding-top: 10px;
}

.getpass-list dl.on b {
    background-position: -30px 0;
    color: #fff;
}

.getpass-list dl.on dd {
    color: #ff6800;
}

.getpass-list .line {
    width: 720px;
    height: 3px;
    position: relative;
    background-color: #d9d9d9;
    position: absolute;
    left: 50%;
    margin-left: -360px;
    top: 14px;
}

    .getpass-list .line span {
        position: absolute;
        left: 0;
        top: 0;
        width: 225px;
        height: 3px;
        background-color: #ff6800;
    }

.getpass-list dl.last dt b:after {
    content: '';
    margin: 0 auto;
    display: inline-block;
    width: 16px;
    height: 13px;
    background: url(/Content/Login/images/17login-10.png) no-repeat;
    background-position: 0 -36px;
}

.getpass-con {
    margin-top: 100px;
}

    .getpass-con .message {
        margin-left: 170px;
    }

    .getpass-con .form-control {
        width: 344px;
    }

.getpass-code-group .form-control {
    width: 158px;
    float: left;
}

.getpass-code-group img {
    float: left;
    margin-left: 15px;
}

.getpass-code-group a {
    display: block;
    float: left;
    margin-left: 20px;
    color: #999;
    font-size: 12px;
    line-height: 44px;
}

    .getpass-code-group a:hover {
        color: #ff6800;
    }

.getpass-con .btn {
    width: 180px;
    font-size: 16px;
    line-height: 40px;
    margin-top: 0;
}

.getpass-form {
    margin-left: 280px;
}

.stepThree .form-control {
    width: 248px;
    height: 34px;
    line-height: 34px;
}

.stepThree .control-label {
    line-height: 36px;
}

.password-strong {
    position: absolute;
    left: 460px;
    top: 0;
    border: 1px solid #dbdbdb;
    padding: 5px 8px;
    background-color: #fff;
}

    .password-strong span {
        display: inline-block;
        height: 5px;
        width: 152px;
        background-color: #f1f1f1;
        vertical-align: 2px;
        margin-left: 4px;
    }

    .password-strong:after {
        content: '';
        display: block;
        position: absolute;
        left: -5px;
        top: 10px;
        width: 5px;
        height: 8px;
        background: url(/Content/Login/images/getp_4.gif) no-repeat;
    }

.getpass-res {
    text-align: center;
}

    .getpass-res img {
        display: inline-block;
    }

    .getpass-res h4 {
        color: #ff6800;
        font-size: 20px;
        line-height: 20px;
        padding-top: 10px;
        font-weight: normal;
    }

    .getpass-res p {
        color: #999;
        font-size: 14px;
        padding-top: 10px;
    }

        .getpass-res p a {
            color: #333;
            text-decoration: underline;
        }

            .getpass-res p a:hover {
                color: #ff6800;
            }

.getpass-way {
    width: 860px;
    margin: 0 auto;
    margin-top: -50px;
}

    .getpass-way h4 {
        font-size: 16px;
        color: #666;
        font-weight: normal;
        line-height: 16px;
    }

.getpass-way-main {
    margin-top: 30px;
}

.getpass-way-list {
    margin-top: 10px;
    border: 1px solid #dedede;
}

.getpass-mode {
    padding: 30px 35px;
    border-bottom: 1px solid #dedede;
    cursor: pointer;
}

    .getpass-mode h5 {
        float: left;
        font-size: 16px;
        color: #666;
        line-height: 16px;
    }

    .getpass-mode a {
        float: right;
        color: #ff6800;
        font-size: 16px;
        line-height: 16px;
    }

        .getpass-mode a:after {
            content: '';
            display: inline-block;
            width: 10px;
            height: 10px;
            background: url(/Content/Login/images/17login-10.png) no-repeat;
            background-position: -10px -54px;
            margin-left: 5px;
        }

.getpass-box {
    padding: 20px 0;
    display: none;
}

.getpass-way .control-label {
    width: 278px;
    line-height: 36px;
}

.getpass-way .form-control {
    width: 178px;
    line-height: 34px;
    height: 34px;
}

.getpass-way .message {
    margin-left: 288px;
}

.getpass-way .control-text {
    line-height: 36px;
    color: #ff6800;
}

.getpass-way .code-btn {
    min-width: 122px;
    text-align: center;
    padding: 0 10px;
    line-height: 34px;
    display: block;
    color: #666;
    font-size: 14px;
    border: 1px solid #dcdcdb;
    margin-left: 8px;
}

    .getpass-way .code-btn:hover {
        color: #ff6800;
    }

.getpass-way .code-text {
    color: #999;
    font-size: 12px;
    line-height: 36px;
    margin-left: 10px;
}

.getpass-way-list.on .getpass-mode a:after {
    background-position: 0 -54px;
    cursor: default;
}
