﻿ /*
     date:2018.07.30
     author:喻丰
     version:0.0.1
     doc:唐人网校公共css

 */


html, body {
            background:#fff;
        }

a{
    list-style:none;
    text-decoration:none;
}

modal-open{
    overflow-y: scroll;
}

a:focus {
    outline: none;
    outline: none;
    outline-offset: 0;
}

input::-webkit-input-placeholder{
            color:#828282;
        }
        input::-moz-placeholder{   /* Mozilla Firefox 19+ */
            color:#828282;
        }
        input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
            color:#828282;
        }
        input:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
            color:#828282;
        }

/*公共头部开始*/
#header {
            width: 100%;
            height: 80px;
            margin:0 auto;
            z-index:10;
            box-shadow:0 0 10px #ebebeb;
        }

        .header{
            width:1200px;
            height:80px;
            margin:0 auto;
        }

            /*头部导航栏左侧logo*/
            #header .headerLeft {
                float: left;
                width: 165px;
                height: 80px;
            }
                /*头部导航栏左侧唐人集团logo*/
                #header .headerLeft .tangrenLogo {
                    float: left;
                    padding-top: 16px;
                }

                /*兼容IE*/
                #header .headerLeft .tangrenLogo img{
                    width:165px;
                }
            /*头部导航栏*/
            #header .headerNavigation {
                float: left;
                width: 630px;
                height: 80px;
                margin-left:222px;
            }

                #header .headerNavigation .headerNavBar {
                    margin-left:20px;
                    font: 500 16px 'Microsoft YaHei';
                    line-height: 80px;
                }

                    #header .headerNavigation .headerNavBar li {
                        float: left;
                        /*width:100px;*/
                        height: 80px;
                        text-align:center;
                        padding-left:30px;
                        padding-right:10px;
                        color:#000;
                        cursor:pointer;
                    }
                    #header .headerNavigation .headerNavBar .active{
                        color:#e6261c;
                    }

                    #header .headerNavigation .headerNavBar .active a{
                        color:#e6261c;
                    }

                        #header .headerNavigation .headerNavBar li i {
                            display: inline-block;
                            width: 15px;
                            height: 10px;
                            background: url(/Content/images/icons/selectblack.png) no-repeat center;
                            margin-left: 2px;
                        }
                        
                        #header .headerNavigation .headerNavBar .NavBarMore:hover i{
                            background: url(/Content/images/icons/select.png) no-repeat center;
                        }


                        /*鼠标移入'更多'，按钮反转*/
                        #header .headerNavigation .headerNavBar .NavBarMore:hover i{
                            transform:rotate(180deg);
                            -ms-transform:rotate(180deg); 	/* IE 9 */
                            -moz-transform:rotate(180deg); 	/* Firefox */
                            -webkit-transform:rotate(180deg); /* Safari 和 Chrome */
                            -o-transform:rotate(180deg); 	/* Opera */
                        }

                        #header .headerNavigation .headerNavBar .NavBarMore .colleges{
                            position:absolute;
                            width:167px;
                            height:324px;
                            margin-top:-16px;
                            margin-left:-50px;
                            box-shadow:1px 3px 4px #b3b3b3,-1px 3px 4px #b3b3b3;
                            background:#fff;
                            border-top:none;
                            z-index:9999;
                            display:none;
                        }

                        #header .headerNavigation .headerNavBar .NavBarMore .colleges .college{
                            width:167px;
                            height:36px;
                            padding-top:8px;
                            font:400 14px 'Microsoft YaHei';
                            z-index:9999;
                        }

                        #header .headerNavigation .headerNavBar .NavBarMore .colleges .college a{
                            color:#000;
                        }

                    /*/////////////////////////////////////////*/
                    /*20200630*/
                    #header .headerNavigation .headerNavBar .aboutour:hover i {
                        background: url(/Content/images/icons/select.png) no-repeat center;
                    }


                    /*鼠标移入'更多'，按钮反转*/
                    #header .headerNavigation .headerNavBar .aboutour:hover i {
                        transform: rotate(180deg);
                        -ms-transform: rotate(180deg); /* IE 9 */
                        -moz-transform: rotate(180deg); /* Firefox */
                        -webkit-transform: rotate(180deg); /* Safari 和 Chrome */
                        -o-transform: rotate(180deg); /* Opera */
                    }

                    #header .headerNavigation .headerNavBar .aboutour .colleges {
                        position: absolute;
                        width: 167px;
                        /*height: 144px;*/
                        margin-top: -16px;
                        margin-left: -50px;
                        box-shadow: 1px 3px 4px #b3b3b3,-1px 3px 4px #b3b3b3;
                        background: #fff;
                        border-top: none;
                        z-index: 9999;
                        display: none;
                    }

                        #header .headerNavigation .headerNavBar .aboutour .colleges .college {
                            width: 167px;
                            height: 36px;
                            padding-top: 8px;
                            font: 400 14px 'Microsoft YaHei';
                            z-index: 9999;
                        }

                            #header .headerNavigation .headerNavBar .aboutour .colleges .college a {
                                color: #000;
                            }
                        /*20200630*/
                    /*/////////////////////////////////////////*/


                    #header .SearchBox{
                        float:left;
                        width:180px;
                        height:36px;
                        margin-left:10px;
                        border-radius:20px;
                        border:solid 1px #838383;
                        margin-top:24px;
                    }

                    #header .SearchBox input{
                        width:100px;
                        font:500 16px 'Microsoft YaHei';
                        margin-left:10px;
                        margin-top:5px;
                        border:none;
                        color:#555;
                    }

                    #header .SearchBox span{
                        display:block;
                        float:right;
                        width:36px;
                        height:36px;
                        background:url(/Content/images/icons/search.png) no-repeat center;
                        cursor:pointer;
                    }

                #header .headerRight{
                    float:right;
                    /*width:256px;*/
                    height:80px;
                    text-align:center;
                    font:300 12px 'Microsoft YaHei';
                }

                #header .headerRight .DownLoadApp{
                    float:left;
                    width:70px;
                    height:80px;
                    margin-right: 0px;
                    cursor:pointer;
                    font:400 12px 'Microsoft YaHei';
                }

                #header .headerRight .DownLoadApp span{
                    display:block;
                    width:20px;
                    height:30px;
                    margin-top:15px;
                    margin-left:22px;
                    margin-bottom:5px;
                    background:url(/Content/images/icons/downLoad.png) no-repeat center;
                }

                #header .headerRight .NewMessage{
                    float:right;
                    width:30px;
                    height:80px;
                    margin-right: 50px;
                    cursor:pointer;
                    font:400 12px 'Microsoft YaHei';
                    display:none;
                }

                #header .headerRight .NewMessage span{
                    display:block;
                    width:30px;
                    height:20px;
                    margin-top:22px;
                    margin-bottom:8px;
                    background:url(/Content/images/icons/message.png) no-repeat center;
                }

                #header .headerRight .NewMessage a{
                    display:block;
                    width: 30px;
                    height: 60px;
                }

                #header .headerRight .UserLogo{
                    float:right;
                    width:70px;
                    height:80px;
                    cursor:pointer;
                    display:none;
                }

                #header .headerRight .UserLogo span{
                    display:block;
                    position:relative;
                    width:45px;
                    height:45px;
                    border-radius:100%;
                    border:solid 1px #f5f5f5;
                    margin-top:14px;
                    margin-left:4px;
                    background-position:center center;
                    background-repeat:no-repeat;
                    overflow:hidden;
                }

                #header .headerRight .UserLogo span img{
                    position: absolute;
                    width:100%;
                    top: 50%;
                    left: 50%;
                    transform: translate(-50%,-50%);
                    -webkit-transform: translate(-50%,-50%);
                    -ms-transform: translate(-50%,-50%);
                    -o-transform: translate(-50%,-50%);
                    -moz-transform: translate(-50%,-50%);
                }


                #header .headerRight button{
                    float:right;
                    width:80px;
                    height:36px;
                    margin-top:20px;
                    font:400 18px 'Microsoft YaHei';
                    color:#fff;
                    border:none;
                    display:none;
                }

                #header .headerRight #LoginButton{
                    background-color:#e6261c;
                    margin-right:20px;
                }

                #header .headerRight #RegisterButton{
                    background-color:#0374ff;
                }

                /*用户头像弹窗开始*/
                #header .UserLogoDetail{
                    position:absolute;
                    width:312px;
                    height:276px;
                    margin-left:-255px;
                    margin-top:10px;
                    background:#fff;
                    border:solid 1px #adadad;
                    z-index:9999;
                    display:none;
                }

                #header .UserLogoDetail:before{
                    content:'';
                    width:0;
                    height:0;
                    border:10px solid transparent;
                    border-bottom-color:#adadad;
                    position:absolute;
                    left:90%;
                    top:0%;
                    margin-top:-21px;
                }

                #header .UserLogoDetail:after{
                    content:'';
                    width:0;
                    height:0;
                    border:10px solid transparent;
                    border-bottom-color:#fff;
                    position:absolute;
                    left:90%;
                    top:0%;
                    margin-top:-20px;
                }

                #header .UserLogoDetail .UserDetail .UserPic{
                    position:relative;
                    float:left;
                    width:50px;
                    height:50px;
                    border-radius:50%;
                    margin-top:12px;
                    margin-left:18px;
                    border:solid 1px #d1d1d1;
                    overflow:hidden;
                }

                #header .UserLogoDetail .UserDetail .UserPic img{
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    transform: translate(-50%,-50%);
                    -webkit-transform: translate(-50%,-50%);
                    -moz-transform: translate(-50%,-50%);
                    -ms-transform: translate(-50%,-50%);
                    -o-transform: translate(-50%,-50%);
                }

                #header .UserLogoDetail .UserDetail .UserTitle{
                    width:170px;
                    height:40px;
                    float:left;
                    margin-top:15px;
                }

                #header .UserLogoDetail .UserDetail .UserTitle .UserNickName{
                    float:left;
                    width:160px;
                    margin-left:10px;
                    text-align:left;
                    overflow:hidden;
                    white-space:nowrap;
                    text-overflow:ellipsis;
                    font: 400 16px 'Microsoft YaHei';
                    color:#838383;
                }

                #header .UserLogoDetail .UserDetail .UserTitle .UserAccount{
                    float:left;
                    width:160px;
                    height:12px;
                    margin-left:10px;
                    text-align:left;
                    font: 400 16px 'Microsoft YaHei';
                    color:#838383;
                }

                #header .UserLogoDetail .UserDetail .UserAttendance{
                    float:left;
                    width:140px;
                    height:24px;
                    margin-right:10px;
                    padding-top:3px;
                    border-radius:6px;
                    font:500 12px 'Microsoft YaHei';
                    color:#fff;
                }

                #header .UserLogoDetail .UserDetail .UserAttendance i{
                    float:left;
                    width:78px;
                    height:24px;
                    margin-left:48px;
                    margin-top:10px;
                    padding-top:3px;
                    background:#e6261c;
                    border-radius:6px;
                    font:500 12px 'Microsoft YaHei';
                    color:#fff;

                }



                #header .UserLogoDetail .UserDetail .UserIntergration{
                    float:left;
                    width:200px;
                    height:24px;
                    margin-left:46px;
                    margin-top:22px;
                    background:#f6aeae;
                    border-radius:5px;
                    color:#000;
                    font:400 12px 'Microsoft YaHei';
                }

                #header .UserLogoDetail .UserDetail .UserIntergration p{
                    float:left;
                    margin-top:4px;
                    margin-left:10px;
                }

                #header .UserLogoDetail .UserDetail .UserIntergration h4{
                    float:left;
                    margin-top:5px;
                    margin-left:4px;
                    color:#e6261c;
                    font:600 12px 'Microsoft YaHei';
                }

                #header .UserLogoDetail .UserDetail .UserIntergration h5{
                    float:right;
                    margin-top:4px;
                    margin-right:10px;
                    color:#e6261c;
                    font:600 12px 'Microsoft YaHei';
                }

                #header .UserLogoDetail .UserDetail .FreeCourse{
                    float:left;
                    width:200px;
                    height:60px;
                    margin-left:56px;
                    padding-top:21px;
                    text-align:center;
                    color:#2b2b2b;
                    font:600 12px 'Microsoft YaHei';
                }

                #header .UserLogoDetail .UserDetail .myDetail{
                    float:left;
                    width:312px;
                    height:50px;
                    
                }

                #header .UserLogoDetail .UserDetail .myDetail li{
                    float:left;
                    width:104px;
                    height:50px;
                    border-left:solid 1px #adadad;
                }

                #header .UserLogoDetail .UserDetail .myDetail li:nth-child(1){
                    border-left:none;
                }

                #header .UserLogoDetail .UserDetail .UserDetailBottom{
                    float:left;
                    width:311px;
                    height:40px;
                    margin-top:15px;
                    border-top:solid 1px #adadad;
                }

                #header .UserLogoDetail .UserDetail .myDetail i {
                    display:block;
                    width:30px;
                    height:30px;
                    margin-left:36px;
                    margin-bottom:5px;
                    border-radius:50%;
                    background:url(/Content/images/icons/myCourse.png) no-repeat center;
                }

                #header .UserLogoDetail .UserDetail .myDetail .MyCourses i {
                    background:url(/Content/images/icons/myCourse.png) no-repeat center;
                }

                #header .UserLogoDetail .UserDetail .myDetail .MyHomeWork i {
                    background:url(/Content/images/icons/myWork.png) no-repeat center;
                }

                #header .UserLogoDetail .UserDetail .myDetail .MyVip i {
                    background:url(/Content/images/icons/myVip.png) no-repeat center;
                }

                #header .UserLogoDetail .UserDetail .UserDetailBottom .UserCenter{
                    float:left;
                    margin-left:20px;
                    margin-top:10px;
                    color:#838383;
                    font: 400 14px 'Microsoft YaHei';
                    cursor:pointer;
                }

                #header .UserLogoDetail .UserDetail .UserDetailBottom .UserCenter:hover a{
                    color:#e6261c;
                }

                #header .UserLogoDetail .UserDetail .UserDetailBottom .UserExit{
                    float:right;
                    margin-right:20px;
                    margin-top:10px;
                    color:#838383;
                    font: 400 14px 'Microsoft YaHei';
                    cursor:pointer;
                }

                #header .UserLogoDetail .UserDetail .UserDetailBottom .UserExit:hover{
                    color:#e6261c;
                }

                /*用户头像弹窗接结束*/
/*公共头部结束*/



        /*登录框开始*/
        .login{
            width:100%;
            height:100%;
            background: rgba(0,0,0,.7);
            position: fixed;
            left: 0;
            top: 0;
            z-index: 99999;
            display: none;
        }

        /*.login .login_box{
            position: fixed;
            width: 520px;
            height: 360px;
            background: #fff;
            border-radius:6px;
            padding-bottom: 36px;
            left: 50%;
            top: 50%;
            transform: translate(-50%,-50%);
        }*/

        .login .login_box{
            position: fixed;
            width: 520px;
            height: 360px;
            background: #fff;
            border-radius:6px;
            padding-bottom: 36px;
            left: 0;
            right:0;
            bottom:0;
            top: 0;
            margin:auto;
            /*transform: translate(-50%,-50%);*/
        }



        .login .login_box .TRlogo{
            float:left;
            width:164px;
            height:45px;
            margin-top:32px;
            margin-left:185px;
            background:url(/Content/images/icons/trLogoLogin.png) no-repeat center;
        }
        
        /*登录部分开始*/
        .login .login_box .denglu{
            position:absolute;
            display:none;
            height:374px;
            width:520px;
        }

        .login .login_box .denglu .Line{
            float:left;
            width:220px;
            height:20px;
            margin-top:90px;
            margin-left:150px;
        }

        .login .login_box .denglu .Line .LineLeft{
            position:absolute;
            width:60px;
            height:1px;
            margin-top:9px;
            border:solid 1px #e5e5e5;
        }

        .login .login_box .denglu h4{
            margin-left:10px;
            font:400 14px 'Microsoft YaHei';
            color:#99999d;
            text-align:center;
        }

        .login .login_box .denglu .Line .LineRight{
            position:absolute;
            width:60px;
            height:1px;
            margin-left:158px;
            margin-top:-10px;
            border:solid 1px #e5e5e5;
        }

        .login .login_box .denglu .valid{
            width:280px;
            height:36px;
            margin-left:124px;
            padding-left:10px;
            border-radius:6px;
            border:solid 1px #99999d;
        }

        .login .login_box .denglu #valid1{
            margin-top:30px;
        }

        .login .login_box .denglu #pas1{
            margin-top:12px;
        }

        /*保存*/
        .login .login_box .denglu #btnsave1{
            width:280px;
            height:36px;
            margin-left:124px;
            margin-top:12px;
            border-radius:6px;
            background:#e6261c;
            font: 500 18px 'Microsoft YaHei';
            color:#fff;
        }

        /*忘记密码*/
        .login .login_box .denglu .find{
            float:left;
            margin-left:124px;
            margin-top:10px;
            color:#e6261c;
            font:400 14px 'Microsoft YaHei';
            cursor:pointer;
        }

        .login .login_box .denglu .JoinUs p{
            float:left;
            margin-left:8px;
            margin-top:10px;
            color:#5a5a5a;
            font:400 14px 'Microsoft YaHei';
        }

        .login .login_box .denglu .JoinUs h4{
            float:left;
            margin-left:0px;
            margin-top:10px;
            color:#e6261c;
            font:400 14px 'Microsoft YaHei';
            cursor:pointer;
        }

        /*登录部分结束*/

        /*注册部分开始*/
         .login .login_box .zhuce{
            display:none;
            height:374px;
            width:520px;
        }

         .login .login_box .zhuce .Line{
             float:left;
            width:220px;
            height:20px;
            margin-top:20px;
            margin-left:150px;
        }

        .login .login_box .zhuce .Line .LineLeft{
            position:absolute;
            width:60px;
            height:1px;
            margin-top:9px;
            border:solid 1px #e5e5e5;
        }

        .login .login_box .zhuce h4{
            margin-left:10px;
            font:400 14px 'Microsoft YaHei';
            color:#99999d;
            text-align:center;
        }

        .login .login_box .zhuce .Line .LineRight{
            position:absolute;
            width:60px;
            height:1px;
            margin-left:158px;
            margin-top:-10px;
            border:solid 1px #e5e5e5;
        }

        .login .login_box .zhuce #valid2,.login .login_box .zhuce #Registercode{
            width:280px;
            height:36px;
            margin-left:124px;
            padding-left:10px;
            border-radius:6px;
            border:solid 1px #99999d;
        }

        .login .login_box .zhuce #Registercode{
            width:187px;
            margin-top:10px;
        }

        .login .login_box .zhuce #valid2{
            margin-top:20px;
        }

        .login .login_box .zhuce #pas2{
            margin-top:12px;
        }

        .login .login_box .zhuce .verification_code .Validate{
            display:block;
            float:right;
            width:86px;
            height:40px;
            margin-right:116px;
            margin-top:5px;
            background:url(/Content/images/icons/identifyCode.png) no-repeat center;
            cursor:pointer;
        }

        .login .login_box .zhuce #btnsave2{
            width:280px;
            height:36px;
            margin-top:10px;
            margin-left:124px;
            border-radius:6px;
            background:#e6261c;
            color:#fff;
            font: 500 18px 'Microsoft YaHei';
            cursor:pointer;
        }

        #btnsave3,#btnsave4{
            width:280px;
            height:36px;
            margin-top:10px;
            margin-left:124px;
            border-radius:6px;
            background:#e6261c;
            color:#fff;
            font: 500 18px 'Microsoft YaHei';
            cursor:pointer;
            display:none;
        }

        .login .login_box .zhuce .zhuceok_tel{
            position: absolute;
            display: none;
            text-align: center;
            margin-left: 160px;
            margin-top: 120px;
            font: 400 24px 'Microsoft YaHei';
        }

        .login .login_box .zhuce .zhuceok_tel .yes,.login .login_box .zhuce .zhuceok_tel .no{
            margin-top:20px;
            cursor:pointer;
        }

        .login .login_box .zhuce .zhuceok_tel #Teleyes:hover{
            color:#e6261c;
        }

        .login .login_box .zhuce .zhuceok_tel .no:hover{
            color:#e6261c;
        }

        /*注册部分结束*/

        /*短信验证码开始*/
        .login .login_box .zhuce_tel{
            position:absolute;
            width:520px;
            height:280px;
            margin-left:124px;
            margin-top:35px;
        }

        .login .login_box .tel_css p {
            position:absolute;
            width: 300px;
            color: #000;
            font-size: 16px;
            margin-top:50px;
            text-align: center;
        }

        .login .login_box .tel_css .zhuce_code_box {
            width: 300px;
            font-size: 14px;
            margin-top: 85px;
        }

        .login .login_box input {
            width: 300px;
            height: 36px;
            line-height: 14px;
            font-size: 14px;
            border-radius:6px;
            border: 1px #9C9CA0 solid;
            padding: 11px 0 11px 10px;
        }

        .login .login_box .zhuce_code_btn{
            width:100px;
            background:#fff;
            padding-top:6px;
            padding-left:4px;
            color:#fff;
            font:400 16px 'Microsoft YaHei';
            border-top-left-radius:0px;
            border-bottom-left-radius:0px;
            border-left:none;
        }

        .login .login_box .mtn{
            margin-top:20px;
        }

        .login .login_box .zhuce_tel_btn{
            margin-top:12px;
        }

        .login .login_box .arror_box {
            height: 25px;
            font-size: 12px;
            color: #ff3d3d;
            padding-left: 10px;
            padding-top:7px;
            border: none;
        }

        .login .login_box .tel_css button.zhuce_tel_btn {
            margin-top: 11px;
        }

        .login .login_box button {
            text-align: center;
            line-height: 50px;
            color: #fff;
            font-size: 18px;
            letter-spacing: 3px;
            background: #ff3d3d;
            margin-top: 0;
            cursor: pointer;
            width: 300px;
            height: 36px;
            border-radius: 6px;
            background: #e6261c;
            font: 500 18px 'Microsoft YaHei';
            color: #fff;
        }

        .login .login_box .zhuce .zhuce_tel .zhuce_code_box .zhuce_code{
            float:left;
            width:200px;
            border-top-right-radius:0px;
            border-bottom-right-radius:0px;
        }

        .login .login_box #InviteCode{
            float:left;
            width:200px;
            border-right:none;
            border-top-right-radius:0px;
            border-bottom-right-radius:0px;
            /*display:none;*/
        }

        .login .login_box .zhuce .zhuce_tel .Invite_code .InviteCode{
            width:100px;
            height:36px;
            float:left;
            border:solid 1px #9C9CA0;
            border-radius:6px;
            border-top-left-radius: 0px;
            border-bottom-left-radius: 0px;
            background:#fff;
            text-align:center;
            padding-top:6px;
            border-top-left-radius:0px;
            border-bottom-left-radius:0px;
            font:400 14px 'Microsoft YaHei';
            color:#151515;
            /*display:none;*/
        }
        /*短信验证码结束*/

        /*找回密码开始*/
        .login .login_box .find_box{
            width:520px;
            height:374px;
            text-align:center;
            float:left;
            display:none;
        }

        #login .login_box .find_box .send_email{
            display:none;
        }

        #login .login_box .find_box .email_ver_code{
            display:none;
        }

        #login .login_box .find_box .reset_form{
            display:none;
        }

        #login .login_box .find_box .reset_ok{
            display:none;
        }

        .login .login_box .find_box .current{
            display:block;
        }

        .login .login_box .find_box p{
            float:left;
            width: 220px;
            height: 20px;
            margin-top: 20px;
            margin-left: 150px;
        }

        .login .login_box .find_box .find_yes{
            float:left;
            width: 220px;
            height: 40px;
            margin-top: 20px;
            margin-left: 150px;
            border-radius:6px;
            background:#e6261c;
            padding-top:8px;
            font:400 16px 'Microsoft YaHei';
            border:solid 1px red;
             color:#fff;
        }

        .login .login_box .find_box .find_form .Line {
            float: left;
            width: 220px;
            height: 20px;
            margin-top: 20px;
            margin-left: 150px;
        }

        .login .login_box .find_box .find_form .Line .LineLeft {
            position: absolute;
            width: 60px;
            height: 1px;
            margin-top: 9px;
            border: solid 1px #e5e5e5;
        }

        .login .login_box .find_box .find_form h4 {
            margin-left: 10px;
            font: 400 14px 'Microsoft YaHei';
            color: #99999d;
            text-align: center;
        }

        .login .login_box .find_box .find_form .Line .LineRight {
            position: absolute;
            width: 60px;
            height: 1px;
            margin-left: 158px;
            margin-top: -10px;
            border: solid 1px #e5e5e5;
        }

        .login .login_box .find_box .find_form .verification_code{
            width:330px;
            height:50px;
            margin:0 auto;
        }

        .login .login_box .find_box #find_valid{
            margin-top:20px;
        }

        .login .login_box .find_box #ver_code{
            width:223px;
            margin-top:30px;
        }

        .login .login_box .find_box .verification_code .Validate{
            height:36px;    
            margin-top: 4px;
            cursor:pointer;
        }

        .login .login_box .find_box .find_sub{
            margin-top:40px;
            background: #e6261c;
            margin-top: 39px;
            color: #fff;
            font: 500 18px 'Microsoft YaHei';
        }

        /*发送验证码至手机开始*/
        #login .login_box .find_box .send_email .Line{
            float: left;
            width: 220px;
            height: 20px;
            margin-top: 30px;
            margin-left: 150px;
        }

        #login .login_box .find_box .send_email .Line .LineLeft{
            position: absolute;
            width: 60px;
            height: 1px;
            margin-top: 9px;
            border: solid 1px #e5e5e5;
        }

        #login .login_box .find_box .send_email .Line h4 {
            margin-left: 10px;
            font: 400 14px 'Microsoft YaHei';
            color: #99999d;
            text-align: center;
        }

        #login .login_box .find_box .send_email .Line .LineRight {
            position: absolute;
            width: 60px;
            height: 1px;
            margin-left: 158px;
            margin-top: -10px;
            border: solid 1px #e5e5e5;
        }


        /*发送验证码至手机结束*/
        #login .login_box .find_box .email_ver_code .Line {
            float: left;
            width: 220px;
            height: 20px;
            margin-top: 16px;
            margin-left: 150px;
        }

        #login .login_box .find_box .email_ver_code p{
            font:400 16px 'Microsoft YaHei';
        }

        #login .login_box .find_box .email_ver_code .Line .LineLeft {
            position: absolute;
            width: 60px;
            height: 1px;
            margin-top: 9px;
            border: solid 1px #e5e5e5;
        }

        #login .login_box .find_box .email_ver_code h4 {
            margin-left: 10px;
            font: 400 14px 'Microsoft YaHei';
            color: #99999d;
            text-align: center;
        }

        #login .login_box .find_box .email_ver_code .Line .LineRight {
            position: absolute;
            width: 60px;
            height: 1px;
            margin-left: 158px;
            margin-top: -10px;
            border: solid 1px #e5e5e5;
        }

        #EmailCheck{
            margin-top:20px;
            text-align:center;
            padding-left:0px;
        }

        #email_ver_code_sub{
            margin-top:40px;
        }


        #login .login_box .find_box .reset_form .Line {
            float: left;
            width: 220px;
            height: 20px;
            margin-top: 16px;
            margin-left: 150px;
        }

        #login .login_box .find_box .reset_form .Line .LineLeft {
            position: absolute;
            width: 60px;
            height: 1px;
            margin-top: 9px;
            border: solid 1px #e5e5e5;
        }

        #login .login_box .find_box .reset_form h4 {
            margin-left: 10px;
            font: 400 14px 'Microsoft YaHei';
            color: #99999d;
            text-align: center;
        }

        #login .login_box .find_box .reset_form .Line .LineRight {
            position: absolute;
            width: 60px;
            height: 1px;
            margin-left: 158px;
            margin-top: -10px;
            border: solid 1px #e5e5e5;
        }

        #reset_pas1{
            margin-top:20px;
        }

        #reset_pas2{
            margin-top:20px;
        }

        #reset_sub{
            margin-top:20px;
        }

        #login .login_box .find_box .reset_ok p{
            margin-top:30px;
            font:400 18px 'Microsoft YaHei';
        }

        #login .login_box .find_box .reset_ok .Line {
            float: left;
            width: 220px;
            height: 20px;
            margin-top: 16px;
            margin-left: 150px;
        }

        #login .login_box .find_box .reset_ok .Line .LineLeft {
            position: absolute;
            width: 60px;
            height: 1px;
            margin-top: 9px;
            border: solid 1px #e5e5e5;
        }

        #login .login_box .find_box .reset_ok h4 {
            margin-left: 10px;
            font: 400 14px 'Microsoft YaHei';
            color: #99999d;
            text-align: center;
        }

        #login .login_box .find_box .reset_ok .Line .LineRight {
            position: absolute;
            width: 60px;
            height: 1px;
            margin-left: 158px;
            margin-top: -10px;
            border: solid 1px #e5e5e5;
        }

        #login .login_box .find_box .reset_ok a{
            display:inline-block;
            width:180px;
            height:36px;
            margin:0 auto;
            margin-top:50px;
            padding-top:6px;
            border-radius:6px;
            font: 400 18px 'Microsoft YaHei';
            background:#e6261c;
            color:#fff;
        }




        /*找回密码-手机验证开始*/
        #login .login_box .Verificat_box{
            height: 374px;
            width: 520px;
        }

        #login .login_box .Verificat_box{    
            margin-left: 10px;
            font: 400 14px 'Microsoft YaHei';
            color: #99999d;
            text-align: center;
        }

        .login .login_box .Verificat_box h4 {
            margin-left: 10px;
            font: 400 14px 'Microsoft YaHei';
            color: #99999d;
            text-align: center;
        }

        .login .login_box .Verificat_box .Line {
            float: left;
            width: 220px;
            height: 20px;
            margin-top: 30px;
            margin-left: 150px;
        }

        .login .login_box .Verificat_box .Line .LineLeft {
            position: absolute;
            width: 60px;
            height: 1px;
            margin-top: 9px;
            border: solid 1px #e5e5e5;
        }

        .login .login_box .Verificat_box .Line .LineRight {
            position: absolute;
            width: 60px;
            height: 1px;
            margin-left: 158px;
            margin-top: -10px;
            border: solid 1px #e5e5e5;
        }

        .login .login_box .Verificat_box .zhuce_code_box{
            position:absolute;
            margin-top:124px;
        }

        .login .login_box .Verificat_box #VerCode{
            margin-top:130px;
        }

        .login .login_box .Verificat_box #VerTel{
            text-align:center;
            padding-left:0px;
            margin-top:10px;
        }

        .login .login_box .Verificat_box .zhuce_tel_btn{
            margin-top:0px;
        }

        .login .login_box .Verificat_box input{
            width: 300px;
            height: 36px;
            padding-left: 10px;
            border-radius: 6px;
            border: solid 1px #99999d;
        }
        
        /*找回密码-手机验证结束*/


        /*找回密码结束*/

        .login .login_box .Verificat_box{
            display:none;
        }
        
        .login .login_box .close{
            position:absolute;
            float:right;
            width:35px;
            height:35px;
            margin-left:485px;
            opacity:1;
            background:url(/Content/images/icons/close.png) no-repeat center;
            z-index:9999;
            cursor:pointer;
        }

        .login .login_box .ReturnBack{
            position:absolute;
            float:left;
            padding-top:4px;
            padding-left:4px;
            z-index:9999;
            cursor:pointer;
            display:none;
        }

        #login .login_box .denglu .Show{
            margin-left:124px;
            font:400 16px 'Microsoft YaHei';
            color:#e6261c;
            text-align:center;
        }

        #login .login_box .zhuce .Show{
            margin-left:124px;
            font:400 14px 'Microsoft YaHei';
            color:#e6261c;
            text-align:center;
        }

        #login .login_box .zhuce .RegAgree{
            margin-left:124px;
            margin-top:10px;
            color:#828282;
            font:400 14px 'Microsoft YaHei';
        }

        #login .login_box .zhuce .RegAgree a{
            color:#e6261c;
        }

        /*登录框结束*/



/*底部开始*/
.footer{
    width:100%;
    height:330px;
    margin-top:60px;
    background-color:#282828;
}

.footer .TangRenAbout{
    width:100%;
    height:280px;
    border-bottom:solid 1px #535353;
}

.footer .TangRenAbout .current{
    width:1200px;
    height:280px;
    margin:0 auto;
}

.footer .TangRenAbout .current .LeftArea{
    float:left;
    width:500px;
    height:190px;
    margin-left:40px;
    margin-top:45px;
}

.footer .TangRenAbout .current .LeftArea .TRlogo{
    float:left;
    width:160px;
    height:40px;
    background:url(/Content/images/icons/TRfooter.png) no-repeat center;
}

.footer .TangRenAbout .current .LeftArea .Point{
    float:left;
    width:6px;
    height:6px;
    margin:12px 25px 0 25px;
    border-radius:50%;
    background:#c6c6c6;
}

.footer .TangRenAbout .current .LeftArea h4{
    font:400 24px 'Microsoft YaHei';
    color:#cfcfcf;
}

.footer .TangRenAbout .current .LeftArea ul{
    margin-top:36px;
    font:400 16px 'Microsoft YaHei';
    color:#bfbfbf;
}

.footer .TangRenAbout .current .LeftArea ul li{
    width:500px;
    height:25px;
}

.footer .TangRenAbout .current .LeftArea ul li a{
    position:absolute;
    display:block;
    width:200px;
    height:25px;
}

.footer .TangRenAbout .current .RightArea{
    float:right;
    width:244px;
    height:134px;
    margin-top:95px;
    margin-right:45px;
}

.footer .TangRenAbout .current .RightArea ul li{
    float:left;
    width:104px;
    height:134px;
}

.footer .TangRenAbout .current .RightArea ul li:nth-child(1){
    margin-right:34px;
}

.footer .TangRenAbout .current .RightArea ul li span{
    float:left;
    display:block;
    width:20px;
    height:20px;
    margin-top:10px;
    margin-left:7px;
}

.footer .TangRenAbout .current .RightArea ul li h4{
    margin-top:10px;
    margin-left:30px;
    font:400 16px 'Microsoft YaHei';
    color:#a9a9a9;
}

.footer .TRLicense{
    width:1200px;
    margin:0 auto;
    padding-top:12px;
    padding-left:40px;
    font:400 16px 'Microsoft YaHei';
    color:#c7c7c7;
}


/*底部结束*/

/*分页器开始*/
.pager-box:after{
    display:block;
    height:0;
    clear:both;
    content:'';
}

.pager{
    float:left;
    position:relative;
    margin:0 auto;
    margin-top:20px;
    left:50%;
    font-family:微软雅黑;
}

/*.pager a,.pager span{
    position:relative;
    left:-50%;
    display:block;
    float:left;
    margin-left:7px;
    border:2px solid #BDBDBD;
    padding: 3px 8px;
    text-decoration:none;
    color:#000;
}*/

.pager li{
    cursor:pointer;
}

.pager li,.pager span{
    position:relative;
    left:-50%;
    display:block;
    float:left;
    margin-left:7px;
    border:2px solid #BDBDBD;
    padding: 3px 8px;
    text-decoration:none;
    color:#000;
}

.pager span{
    border:0;
}

/*.pager a.js-selected{
    background:#FFF;
    color:#e6261c;
    cursor:default;
}

.pager a.js-disabled{
    border-color:#f1f1f1;
    cursor:default;
    color:#f1f1f1;
}*/

.pager li.js-selected{
    background:#FFF;
    color:#e6261c;
    cursor:default;
    border:none;
}

.pager li.js-disabled{
    border-color:#f1f1f1;
    cursor:default;
    color:#f1f1f1;
}

.pager .prev {
    width:80px;
    height:30px;
    /*background: url('/Content/Images/icons/pagination-prev.png') no-repeat center;*/ 
}

.pager .next {
    width:80px;
    height:30px;
    /*background: url('/Content/Images/icons/pagination-next.png') no-repeat center;*/ 
}

.pager .TotalPage{
    position: relative;
    left: -50%;
    display: block;
    float: left;
    margin-left: 7px;
    padding: 3px 8px;
    text-decoration: none;
    color: #000;
}

.content-main {
    border-bottom: none;
}
/*分页器结束*/

/*弹窗开始*/
#AlertArea{
            width: 100%;
            height: 100%;
            background: rgba(0,0,0,.7);
            position: fixed;
            left: 0;
            top: 0;
            z-index: 99999;
            display:none;
        }

        #AlertArea .MainArea{
            position:fixed;
            width:460px;
            height:300px;
            border-radius:6px;
            top:0;
            bottom:0;
            left:0;
            right:0;
            margin:auto;
            background:#fff;
            overflow:hidden;
        }

        #AlertArea .MainArea .AlertMessage{
            width:325px;
            height:152px;
            border-radius:20px;
            /*border:solid 1px #868686;*/
            margin:0 auto;
            margin-top:70px;
            font:400 24px 'Microsoft YaHei';
            color:#151515;
            text-align:center;
        }

            #AlertArea .MainArea .AlertMessage h4{
                font:400 18px 'Microsoft YaHei';
                color:#383838;
            }

            #AlertArea .MainArea .AlertMessage p{
                margin-top:20px;
                font:400 18px 'Microsoft YaHei';
                color:#383838;
            }

            #AlertArea .MainArea .AlertMessage p i{
                color:#e6261c;
            }

        #AlertArea .MainArea .ButtonArea{
            width:100%;
            height:52px;
            margin-top:26px;
        }

        #AlertArea .MainArea .ButtonArea button{
            float:left;
            display:block;
            width:50%;
            height:54px;
            background:#fff;
            color:#fff;
        }

         #AlertArea .MainArea .ButtonArea .confirm{
             font:400 18px 'Microsoft YaHei';
             text-align:center;
             background:#e6261c;
         }

         #AlertArea .MainArea .ButtonArea .AlertClose{
             font:400 18px 'Microsoft YaHei';
             text-align:center;
             background:#8c8c8c;
         }
         /*弹窗结束*/

/*隐藏和显示原价格用*/
.activeStyle {
    display:none!important;
}

/*微信绑定弹窗开始*/
#AlertWechat {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.7);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    text-align:center;
}

    #AlertWechat .MainArea {
        position: fixed;
        width: 520px;
        height: 360px;
        border-radius: 6px;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        background: #fff;
        overflow: hidden;
    }
        #AlertWechat .MainArea .closeWxBind {
            width: 18px;
            height: 18px;
            background: url(/Content/Mimages/Micons/wxBindClose.png) no-repeat center;
            background-size: 100%;
            margin: 10px 0 0 490px;
        }

        #AlertWechat .MainArea .wxTitle {
            height: 23px;
            color: #000;
            font-size: 20px;
            font-weight: bold;
            line-height: 23px;
            margin-top:5px;
        }

        #AlertWechat .MainArea .wxCode {
            height: 18px;
            color: #000;
            font-size: 16px;
            line-height: 18px;
            margin-top:30px;
        }

        #AlertWechat .MainArea .wxQrcode {
            display: inline-block;
            width: 158px;
            height: 158px;
            margin-top:30px;
        }
        #AlertWechat .MainArea .wxIcon img{
            display: inline-block;
        }
            #AlertWechat .MainArea .wxQrcode img {
                width: 100%;
                height: 100%;
            }

        #AlertWechat .MainArea .wxGuid {
            height: 18px;
            color: #000;
            font-size: 16px;
            line-height: 18px;
            margin-top: 10px;
        }
/*弹窗结束*/
