@charset "utf-8";
/* CSS Document */
*{margin: 0px;padding: 0px;box-sizing:border-box; }
	a{text-decoration:none;color: #000;}
	a:hover,a:visited{color: #000;}
	ul, ol { list-style: none; margin: 0px;padding: 0px;}
body {
            padding: 0;
            margin: 0;
            padding-top: 70px;
	background: #F9F9F9;
        }
        .navbar {
            background-color: #fff;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
            padding: 0 20px;
            position: fixed;
            top: 0;left: 0;
            width: 100%;
            z-index: 100;
        }
        
        .nav-container {
            margin: 0 auto;
            display: flex;
            align-items: center;
            height: 70px;
        }
        
        .klogo {
            margin-right: 30px;
            font-size: 20px;
            display: flex;
            justify-content: center;
            align-items: center;
            color: #333;
            cursor: pointer;
        }
        
        .nav-menu {
            display: flex;
            list-style: none;
            height: 100%;
        }
        
        .nav-item {
            position: relative;
            height: 100%;
            /* width: 100px; */
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 0 20px;
            cursor: pointer;
            color: #555;
            background: #fff;
            transition: all 0.3s;
        }
        .nav-item .title {
          display: flex;
          align-items: center;
          justify-content: center;
          font-size: 16px;
          color: #000;
        min-width: 80px;
        }
        .active > .title {
          color: #409eff;
			font-weight: bold;
        }
        .active > .title a {
          color: #409eff;
			font-weight: bold;
        }
        
        .nav-item:hover {
            background-color: #f5f5f5;
            color: #222;
        }
        
        .nav-item.select-menu > .title::after {
            content: "▼";
            font-size: 10px;
            margin-left: 5px;
            transition: transform 0.3s;
        }
        
        .submenu {
            display: none;
            position: absolute;
            top: 100%;
            left: 0;
            background-color: #fff;
            min-width: 200px;
            box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
            z-index: 100;
            border-radius: 0 0 4px 4px;
            overflow: hidden;
        }
        
        .submenu-item {
            padding: 12px 15px;
            color: #555;
            transition: all 0.3s;
            border-bottom: 1px solid #f0f0f0;
        }
        
        .submenu-item:hover {
            background-color: #f5f5f5;
            color: #222;
        }
        
        .mobile-menu-btn {
            display: none;
            font-size: 24px;
            cursor: pointer;
        }

        .user-info {
          margin-left: auto;
          display: flex;
          align-items: center;
          font-size: 14px;
        }
	
			.user-info a{
				color: #333;
				text-decoration: none;
			}
			.user-info a:hover{
				color: #333;
			}
	
        .user-profile {
          width: 30px;
          height: 30px;
          margin-right: 10px;
          object-fit: cover;
          border-radius: 50%;
        }

        .inf-num{
        position: absolute;
        padding: 0 5px;
        display: none;
        background-color: #f4523b;
        border-radius: 2em;
        font-size: 10px;
        color: #FFFFFF;
        top: 14px;
        right: 13px;
    }
        .contact {
          width: 24px;
          margin-left: 10px;
          cursor: pointer;
          display: flex;
          align-items: center;
          justify-content: center;
        }

        .container {
            display: flex;
        }
        .slide-bar {
			position: fixed;
            width: 200px;
            height: calc(100vh - 80px);
            overflow-y: auto;
            padding: 10px;
            margin-top: 10px;
            border-right: 1px solid #ddd;
			background: #fff;
        }
        .slide-bar .slide-item { 
            padding: 10px;
            border-radius: 5px;
            color: #000;
            cursor: pointer;
            display: flex;
            align-items: center;
        }
        .slide-item .icon {
            margin-right: 6px;
            fill: #000;
            width: 20px;
            height: 20px;
        }
        .slide-item.active {
            background: #EFF8FF;
            color: #0E8EE5;
        }
        .slide-item.active .icon {
            fill: #0E8EE5;
        }
        .slide-item:hover {
            background: #f5f5f5;
        }
        .content {
			margin-left: 200px;
            padding: 20px;
            max-height: calc(100vh - 120px);
			flex: 1;
        }
        .card {
            padding: 15px 20px 20px;
            background: #fff;
            border-radius: 15px;
            box-shadow: 0 0px 4px rgba(0,0,0,0.2);
            min-height: 145px;
            min-width: 250px;
        }
        .card .title {
            margin-bottom: 10px;
            padding-bottom: 10px;
            border-bottom: 1px solid #eee;
            font-size: 16px;
        }
        .data-box { 
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        .data-box .data-item {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
        }
        .data-item .num {
            font-size: 18px;
            margin-top: 5px;
            margin-bottom: 15px;
        }
        .data-item .name {
            color: #999;
            font-size: 14px;
            margin-bottom: 5px;
        }
        /*  */
        .member-account, .ebook-info, .read-info {
            width: 31%;
        }
        .member-account .member-profile {
            width: 50px;
            height: 50px;
            margin-right: 30px;
            border-radius: 50%;
        }
        .member-account .member-time {
            margin-top: 10px;
            padding: 10px 0 0;
            border-top: 1px solid #eee;
            font-size: 12px;
            text-align: center;
        }
        .member-account .member-name{
            font-size: 14px;
            font-family:Verdana, Geneva, Tahoma, sans-serif;
            padding: 5px 0;
        }
        .member-account .member-level{
            font-size: 14px;
            color:#666;
        }
        .member-time a{
            font-size: 14px;
            color: #003FAD;
        }
        .member-account .member-time a:hover{
            color:#f50;
        }
        .member-time .buybtn{
            display: block;padding-top: 10px;
            width: 90px;
            margin: 0 auto;
        }
        /*  */
        .book-list {
            display: flex;
            flex-wrap: wrap;
            gap: 20px;
        }
        .book-item {
            width: 150px;
            cursor: pointer;
        }
        .book-item .thn {
            height: 200px;
            width: 150px;
            object-fit: cover;
        }
        .book-item .book-name {
            font-size: 12px;
            line-height: 22px;
            text-align: center;
        }

.content .box{
	background: #fff;
	padding: 20px;
	border-radius: 15px;
    box-shadow: 0 0px 4px rgba(0,0,0,0.2);
    font-size: 14px;
	line-height: 25px;
}
.linkbtn a{color:#003FAD;}
.linkbtn a:hover{color:tomato;}
.content .box h3 {
    font-size: 18px;
    border-bottom: 1px #ccc dashed;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.content .box .nav{height: 35px; line-height: 34px;border-bottom: 1px solid #ccc;font-size: 14px;margin-bottom: 15px;font-weight: normal;color:#333;background: #fff;}
.content .box .nav a{display: inline-block;margin-right: 15px;padding: 0 5px;}
.content .box .nav a.on,.content .box .nav a:hover{border-bottom:2px solid #ff9900;font-weight:bold;color: #FF9000}
	fieldset{width: 500px;padding: 10px;border: #666666 1px solid;margin: 15px 0px;}
	fieldset ul li{padding:3px 0px;}
	legend{padding-left: 5px;padding-right: 5px;font-weight: bold;}
.vipinfonotice {
    text-align: center;
    font-size: 14px;
    margin-top: 20px;
    height: 45px;
    line-height: 35px;
    background: #FFFDD7;
    border-radius: 15px;
    font-weight: bold;
    color: #DF4C00;
    border: #E8DC00 1px solid;
    padding: 5px 0px;
}
a.setbtn{font-weight: bold;margin-right: 10px; background: #ff9900;color: #fff;border-radius: 5px;height: 35px;line-height: 35px;padding: 0px 10px;}
a.setbtn:hover{color: #fff;box-shadow: 0px 0px 5px #999;}
a.cbtn{font-weight: normal;border: 1px #ccc solid;background: #fff;color: #666;border-radius: 5px;height: 35px;line-height: 35px;padding: 0px 10px;}
a.cbtn:hover{background:#f2f2f2;color: #000;}
a.delbtn{font-weight: normal;border: 1px rgb(239, 68, 68) solid;background: rgb(239, 68, 68);color: #fff;border-radius: 5px;height: 35px;line-height: 35px;padding: 0px 10px;}
a.delbtn:hover{background:rgba(239, 68, 68, 0.9);color: #fff;}
a.upfilebtn{font-weight: normal;border: 1px rgb(239, 68, 68) solid;background: rgb(239, 68, 68);color: #fff;border-radius: 5px;height: 35px;line-height: 35px;padding: 0px 10px;}
a.upfilebtn:hover{background:rgba(239, 68, 68, 0.9);color: #fff;}

.wxqr-box{padding: 5px;float: left;text-align: center;margin-right: 20px;margin-left: 10px; font-size: 16px;cursor: pointer;border: #eee 2px solid;border-radius: 8px;}
.wxqr-box:hover,.xcx-box:hover,.e-box:hover{border: dodgerblue 2px solid;background:#EEF9FF}
.wxqr-box img{width:140px;border:#ffffff 5px solid;}
.e-box{padding: 5px;float: left;text-align: center;margin-right: 20px;font-size: 16px;cursor: pointer;border: #eee 2px solid;border-radius: 8px;}
.e-box img{width: 120px;margin:10px;}
.xcx-box img{width: 140px;}
.xcx-box{padding: 5px;float: left;text-align: center;font-size: 16px;cursor: pointer;border: #eee 2px solid;border-radius: 8px;margin-right: 10px;}
.box_line{margin: 15px 0px;border-top:#bcbcbc 1px solid;height:0px;}
.esinfo{float: right;}
.esinfo h3{text-align: left;margin: 0px;font-size: 20px;margin-top: 5px;font-weight: normal;}
.esinfo h5{font-size: 14px;}
.esinfo p{font-size:12px;color: #666;}
.linkbox{background: #fff;line-height: 32px;font-size: 14px;margin: 5px 0px 10px 0px;padding-left: 8px;text-align: left;}
.linkbox a{color:#003FAD;}
.linkbox a:hover{color:tomato;}
.noticebox{background:#FFFDD7;padding: 5px 0px 5px 10px;font-size: 12px;line-height: 24px;text-align: left;}
.copybtn{height: 32px;line-height: 32px; border:none;color:#fff;background: #3ba300;font-size: 12px;display: inline-block;float: right;padding: 0px 8px;}

.prod-nav{width:100%;margin: 0 auto;font-weight: normal;}
.prod-nav a:hover{color:#FF9900;}
.prod-nav{font-size:14px;height: 33px;margin-bottom: 10px;}
.prod-nav a{display: block;float: left;margin-right: 20px;color:#333;height: 32px;line-height: 32px;}
.prod-nav a.current{border-bottom: #FF9900 2px solid;color:#FF9900;}
.prod-nav a:nth-child(1) {margin-left:12px;}
 .center-flex {display: flex;justify-content: center;align-items: center;}

.xtsou{float:right;position: relative;font-size: 14px;margin-right: 30px;}
.xtsou input{padding: 0px 90px 0px 10px;height: 28px;line-height: 28px; border: 1px solid #CCCCCC;border-radius:8px;float: left;width: 200px;}
/*.sou input:focus{box-shadow: 0 0 8px rgba(255,153,0,0.6);border: 1px solid #ff9900;}*/
.xtsou .search-btn{
    width: 80px;
	margin: 0px;
    border-radius:8px;
    background-color: #FF9900;
    text-align: center;
	color:#fff;
	height: 28px;
	line-height: 28px;
	float: right;
    position: absolute;
    top: 0;
    right: 0;
}

.xtsou .search-btn:hover{
    background-color: #ee8800;
	color:#fff;
}

.xtsou .search-btn i{
    display: inline-block;
    width: 18px;
    height:19px;
    background: url("../img/search-icon.png") no-repeat;
    position: relative;
    top: 4px;
    margin-right: 5px;
}
.booklist{margin: 15px 0px;border: 1px solid #eee;border-radius: 8px;padding: 15px;position: relative;}
.booklist .thn{float: left;margin-right: 15px;width: 140px;height: 140px;text-align: center;line-height: 140px;}
.booklist .thn img{max-width: 140px;max-height: 140px;vertical-align: middle;}
.booklist h5{font-weight: normal;font-size: 16px;}
.booklist h5 a{color: #0044A0}
.booklist h5 .tag{display:inline-block;margin-left: 5px;border-radius: 5px;padding: 0px 5px;background: #FF9900;color: #fff;font-size: 12px;line-height: 21px;}
.booklist h5 .tag.green{background:#3ba300;}
.booklist h5 .tag.red{background:#DF0000;}
.booklist h5 .tag.blue{background:#03a9f4;}
.booklist .bookinfo{position:absolute;left: 160px; bottom: 15px;height:20px; line-height:20px;font-size:12px; color:#666;}
.booklist .bookinfo .iconfont{vertical-align:middle;}
.booklist .bookinfo div{margin-right:8px;}
.bookintro{padding:3px 0px;color: #666;font-size: 12px;line-height: 22px;max-height: 68px;overflow: hidden;}
.sbtn{padding-left:27px;height:20px; line-height:20px;float:left; margin-left:2px; margin-right:1px;font-size:12px; color:#666;margin-bottom: 5px;}
.hits{background:url(../img/hits_btn.svg) left center no-repeat;}
.diggs{background:url(../img/diggs_btn.svg) left center no-repeat;}
.reviews{background:url(../img/reviews_btn.svg) left center no-repeat;}
.share{background:url(../img/share_btn.svg) left center no-repeat;}
.UV{background:url(../img/UV.svg) left center no-repeat;}
.clr{clear: both;}
.setbox{margin: 8px 10px;float: right;}
.setbox a{display: inline-block;margin: 8px 10px;}
.setbtn{padding: 20px 0px 20px 40px;}
.articlebtn {width:1000px;text-align: center;padding: 20px 0px 20px 0px;}
.articlebtn button{margin-right: 20px;}
.greenbtn{display: inline-block;padding:10px 25px 10px 25px; font-weight: bold;background:#3ba300; color:#FFF; font-size:16px;border-radius:5px; border:0px; text-align:center;}
.greenbtn:hover {box-shadow: 0px 0px 2px 2px #ccc;background:#297200;color:#FFF;}
.orangebtn{display: inline-block;padding:10px 25px 10px 25px; font-weight: bold;background:#ffa400; color:#FFF; font-size:16px;border-radius:5px; border:0px; text-align:center;}
.orangebtn:hover {box-shadow: 0px 0px 2px 2px #ccc;background:#e06900;color:#FFF;}
.bluebtn{display: inline-block;padding:10px 25px 10px 25px; font-weight: bold;background:#007fcf; color:#FFF; font-size:16px;border-radius:5px; border:0px; text-align:center;}
.bluebtn:hover {box-shadow: 0px 0px 2px 2px #ccc;background:#007fcf;color:#FFF;}

.xtsbox {display: flex;display:-webkit-flex;flex-wrap: wrap;-webkit-flex-wrap: wrap;&::after{content: '';flex-grow: 999999999;}}
.xtsbox li {list-style: none;background: #FFF;overflow: hidden;}
.xtsbox li:last-child {flex-grow: 10;background: #FFF;-webkit-flex-grow: 10;}
.xtsbook{background: #fff;margin: 15px;font-size: 12px;text-align: center;border: 1px solid #eee;position:relative;}
.xtsbook h5{text-align: center;height:48px; font-size: 14px;line-height:23px;overflow: hidden;
display: -webkit-flex; /* Safari */
-webkit-align-items: center; /* Safari 7.0+ */
display: flex;
align-items: center;
justify-content:center;
-webkit-justify-content: center;
}
.xtsbook:hover{ box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);}
.bookinfo{padding: 5px;text-align: center;}
.bookinfo div{display: inline-block;float: none;}

.xtsbook .bookinfo{margin-top:5px; }
.xtsbook .obtn{border-top: #eee 1px solid;height:32px;line-height: 32px;text-align: right;padding-right: 10px;color:#ccc;font-size: 12px;}
.xtsbook .obtn svg{font-size: 16px;}
.xtsbook .obtn a{color:#666;padding: 0px 1px;}
.xtsbook .obtn a:hover{color:#ea7100;}
.xtsbook .h5_tag{position: absolute;top: -3px;left:-3px;width: 60px;z-index: 999;}
.xtsbook .ag_tag{position: absolute;bottom:42px;right:-3px;width:40px;z-index: 999;height: 26px;background: #DF0000;color: #fff;font-size: 14px;line-height: 26px;}
.xtsbook .pw_tag{position: absolute;bottom:42px;left:-3px;width:40px;z-index: 999;height: 26px;background: #DF0000;color: #fff;font-size: 14px;line-height: 26px;}
.nobook{width: 200px;height: 100px;text-align: center;line-height:100px;}
.bookcase h2{font-size:18px;border-bottom: 1px #ccc dashed;padding-bottom: 10px;margin-bottom: 10px;}
.bookcase h2 i{font-style: normal;}
.bookcase h2 span{font-size:14px;font-weight: normal;margin:0px 4px;}
.caseinfo{background:#FFFDE9;color: #666;padding: 5px 10px 5px 10px;font-size: 12px;line-height: 24px;}
.casethn img{max-width: 380px;max-height: 300px;}
.casethn {text-align: center;padding: 10px 0px;}
.caseform{text-align: left;}
.caseform p{padding: 5px 0px;}
.caseform p input{padding: 3px;width: 200px;}
.caseform p textarea{padding: 3px;width: 200px;height: 60px;vertical-align: top;}
#upnotice{color:#ff0000;margin-top: 5px;}
.xtsname{color: #666;font-size: 14px;font-weight: bold;padding-left: 10px;overflow: hidden;max-width:480px;height: 50px;line-height: 50px;}
.tab{background:#C4CACD;}
.tab td{padding-left: 8px;padding-right: 8px;}
.tabtitle{background:#F2F4F6;font-weight:bold;height: 38px;line-height: 38px;}
.tabnote{background:#FFFFFF}
.tablist{background:#FFFFFF;height: 38px;line-height: 38px;}
.tablist input{padding: 3px 5px;}
.msglist{margin: 15px 0px;border: 1px solid #eee;border-radius: 8px;padding: 15px;position: relative;}
.msglist h5{font-weight:bold;font-size: 16px;margin: 0px 0px 12px;}
.msglist a{color: #0044A0}
.hc{line-height: 28px;}
.checked{font-weight: bold;}
/*页码*/
.pag_box{
    margin-top: 20px;
    padding-bottom: 10px;
    font-size: 0;
}
.pag_box li{
    float:left;
    width:32px;
    height:32px;
    line-height:32px;
    text-align:center;
    list-style: none;
    border-radius: 6px;
    margin-right:5px;
}
.pag_box a {
    text-decoration: none;
    height:30px;
    display:block;
    line-height:30px;
    background-color:#eef3f7;
    border:#eef3f7 solid 1px;
    font-size: 12px;
    color: #051c35;
    border-radius: 6px;
}
.pag_on {
    background-color:#547af8;
    color:#FFFFFF;
    font-weight:bold;
    font-size: 12px;
}
.pag_box a:hover {
    background-color:#547AF8;
    border:#547AF8 solid 1px;
    text-decoration: none;
    color:#FFFFFF;
}
.pag_text{
    float:left;
    height:32px;
    line-height:32px;
    color: #051C35;
    font-size: 12px;
}
.pag_text:first-of-type{
    margin-right: 10px;
}
.pag_text li{
    width: 60px;
}
/*单选、多选、开关*/
.aui-radio,
.aui-checkbox {
    width: 1.2rem;
    height: 1.2rem;
    background-color: #ffffff;
    border: solid 1px #dddddd;
    -webkit-border-radius: 0.6rem;
    border-radius: 0.6rem;
    font-size: 0.8rem;
    margin: 0;
    padding: 0;
    position: relative;
    display: inline-block;
    vertical-align: top;
    cursor: default;
    -webkit-appearance: none;
    -webkit-user-select: none;
            user-select: none;
    -webkit-transition: background-color ease 0.1s;
            transition: background-color ease 0.1s;
}
.aui-checkbox {
    border-radius: 0.1rem;
}
.aui-radio:checked,
.aui-radio.aui-checked,
.aui-checkbox:checked,
.aui-checkbox.aui-checked {
    background-color: #03a9f4;
    border: solid 1px #03a9f4;
    text-align: center;
    background-clip: padding-box;
}
.aui-radio:checked:before,
.aui-radio.aui-checked:before,
.aui-checkbox:checked:before,
.aui-checkbox.aui-checked:before,
.aui-radio:checked:after,
.aui-radio.aui-checked:after,
.aui-checkbox:checked:after,
.aui-checkbox.aui-checked:after {
    content: '';
    width: 0.5rem;
    height: 0.3rem;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -0.25rem;
    margin-top: -0.25rem;
    background: transparent;
    border: 1px solid #ffffff;
    border-top: none;
    border-right: none;
    z-index: 2;
    -webkit-border-radius: 0;
            border-radius: 0;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
}
.aui-radio:disabled,
.aui-radio.aui-disabled,
.aui-checkbox:disabled,
.aui-checkbox.aui-disabled {
    background-color: #dddddd;
    border: solid 1px #dddddd;
}
.aui-radio:disabled:before,
.aui-radio.aui-disabled:before,
.aui-radio:disabled:after,
.aui-radio.aui-disabled:after,
.aui-checkbox:disabled:before,
.aui-checkbox.aui-disabled:before,
.aui-checkbox:disabled:after,
.aui-checkbox.aui-disabled:after {
    content: '';
    width: 0.5rem;
    height: 0.3rem;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -0.25rem;
    margin-top: -0.25rem;
    background: transparent;
    border: 1px solid #ffffff;
    border-top: none;
    border-right: none;
    z-index: 2;
    -webkit-border-radius: 0;
            border-radius: 0;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
}
.aui-switch {
    width: 42px;
    height: 22px;
	margin: 3px;
    position: relative;
    vertical-align: top;
    border: 1px solid #dddddd;
    background-color: #dddddd;
    border-radius: 12px;
    background-clip: content-box;
    display: inline-block;
    outline: none;
    -webkit-appearance: none;
            appearance: none;
    -webkit-user-select: none;
            user-select: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-background-clip: padding-box;
            background-clip: padding-box;
    -webkit-transition: all 0.2s linear;
            transition: all 0.2s linear;
}
.aui-switch:before {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 10px;
    background-color: #fff;
    content: '';
    -webkit-transition: left 0.2s;
            transition: left 0.2s;
}
.aui-switch:checked {
    border-color: #03a9f4;
    background-color: #03a9f4;
}
.aui-switch:checked:before {
    left: 20px;
}

/*滑块*/
.aui-range {
    position: relative;
    display: inline-block;
}
.aui-range input[type='range']{
    height: 0.2rem;
    border: 0;
    border-radius: 2px;
    background-color: #f0f0f0;
    position: relative;
    -webkit-appearance: none !important;
	outline: none;
}
.aui-range input[type='range']::-webkit-slider-thumb {
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 50%;
    border-color: #03a9f4;
    background-color: #03a9f4;
    -webkit-appearance: none !important;
}
.aui-range .aui-range-tip {
    font-size: 1rem;
    position: absolute;
    z-index: 999;
	display: none;
    top: -1.5rem;
    width: 2.4rem;
    height: 1.5rem;
    line-height: 1.5rem;
    text-align: center;
    color: #666666;
    border: 1px solid #dddddd;
    border-radius: 0.3rem;
    background-color: #ffffff;
}
.aui-input-row .aui-range input[type='range'] {
	width: 90%;
	margin-left: 5%;
}

        
        @media (max-width: 768px) {
            .mobile-menu-btn {
                margin-left: auto;
                display: block;
            }
            
            .nav-menu {
                display: none;
                position: absolute;
                z-index: 100;
                top: 60px;
                left: 0;
                width: 100%;
                height: fit-content;
                max-height: calc(100vh - 70px);
                overflow-y: auto;
                background-color: #fff;
                flex-direction: column;
                box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
            }
            
            .nav-item {
                height: auto;
                width: 100%;
                padding: 15px 0;
                background: #fff!important;
                border-bottom: 1px solid #f0f0f0;
                display: block;
                text-align: center;
            }
            
            .submenu {
                position: static;
                box-shadow: none;
                border-radius: 0;
                background: #f5f5f5;
            }
            
            .nav-menu.open {
                display: flex;
            }
			          /* 样式调节适配 */
            .logo {
                margin-right: 10px;
            }
            .logo > img {
                height: 20px!important;
            }
            .nav-container {
                padding: 0 10px;
            }
            .userName-box {
                font-size: 13px;
            }

            /* 内容 */
            .container {
                width: 1000px;
            }
            .content {
                width: 1000px;
                flex-shrink: 0;
            }

            .user-info {
              display: none;
            }
        }


.tl {
    text-align: left
}
.tc {
    text-align: center
}
.tr {
    text-align: right
}
.fl {
    float: left;
    display: inline
}
.fr {
    float: right;
    display: inline
}
.hidden {
    visibility: hidden
}
.none {
    display: none
}
.dpn {
    display: none
}
.dpl {
    display: inline
}
.dpb {
    display: block
}
.dplb {
    display: inline-block
}
.clr{
    clear:both;
}
.subTitle{
    margin-bottom: 30px;
}
.subTitle span{
    font-size: 16px;
    color: #19191B;
}
.form {
    display: block;
    text-align: left;
    width: 100%;
    position: relative
}
.logininput {
    border: 1px solid #CFCFCF;
    position: relative;
    outline: none;
}
#sbtn{
    padding:8px;
    cursor: pointer;
}
#sendSMS{
    font-weight:bold;
}
#captcha_value{
    width:120px;
    display: inline-block;
}
.ac{
    height:32px;
    line-height:32px;
    font-size:14px;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border linear .2s,box-shadow linear .2s;
    transition: border linear .2s,box-shadow linear .2s;
    margin-bottom: 12px;
}
.form_label {
    font-size: 16px;
    line-height: 24px;
    color: #9C9C9C
}
.form_item {
    position: relative;
    margin-top: 19px;
    width: 100%;
}

.form_item label span{
    font-size: 12px;
    color: #051C35;
}

.form_item label span a{
    text-decoration: none;
    color: #4A5159;
}

.form_input {
    background-color:#eef3f7;
    display: block;
    height: 36px;
    width: 298px;
    font-size: 14px;
    line-height: 24px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border linear .2s,box-shadow linear .2s;
    transition: border linear .2s,box-shadow linear .2s
}
#password.form_input{
    padding-right: 88px;
    width: 298px;
}
#mpreg .form_item{
    margin-top: 16px;
}
.form_checkBox{
    position: relative;
    top: 2px;
}
.registered-num{
    float: right;
    line-height: 30px;
    color: #4A5159;
}

.registered-num:hover{
    color: #547af8;
}

.form_input_focus {
    border-color: rgba(82,168,236,.8);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(82,168,236,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(82,168,236,.6)
}
.form_item.error .form_input {
    border-color: #f86c59
}
.placeholder {
    height: 30px;
    line-height: 30px;
    color: #333;
    cursor: text;
    display:block;
    float: left;
    width: 80px;
    text-align: right;
}
#login_form .placeholder{
    width:50px;
}
.form_errorMsg {
    display: inline-block;
    padding-top: 5px;
    font-size: 14px;
    line-height: 21px;
    color: #d0021b
}
.defaultError {
    color: #aaa
}
.form_button {
    display: inline-block;
    width: 298px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    background-color: #547af8;
    color: #fff;
    border: 1px solid transparent;
    text-align: center;
    border-radius: 4px;
    cursor: pointer;
    margin-top:20px;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}
.form_button:hover {
    text-decoration: none;
    background-color: #7695f9;
    color: #ffffff;
}
.form_button_white {
    margin-top: 20px;
    background-color: #fff;
    border-color: #CCC;
    color: #666
}
.form_button_white:hover {
    text-decoration: none;
    background-color: #f0f0f0;
    border-color: #CCC
}
.form_disabled {
    opacity: .6;
:!important;
    filter: alpha(opacity=60);
:!important
}
.captchaWrap {
    margin-top: 20px
}
.captchaForm_item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 0;
    width: 123px;
    margin-top: 0
}
.captchaPlaceholder {
    line-height: 24px
}
.captchaInput {
    display: inline-block;
    vertical-align: middle;
    padding-left: 10px;
    height: 24px;
    font-size: 16px;
    line-height: 24px;
    padding-top: 6px;
    padding-bottom: 6px;
    border: 1px solid #cfcfcf;
    width: 107px;
    border-radius: 3px
}
.captchaImg {
    width: 100px;
    height: 32px;
    vertical-align: top;
    display: inline-block;
    margin-left: 17px;
    margin-right: 12px
}
.captchaRefresh {
    vertical-align: top;
    display: inline-block;
    font-size: 16px;
    color: #4896FF;
    height: 32px;
    line-height: 32px
}
.wrap {
    width: 100%;
    background: url(../images/login-cover.jpg) no-repeat center center;
    background-size: cover;
}
.logowrap{
    float:left;
    width:284px;
    height:400px;
    text-align:center;
    line-height:400px;
}
.loginMain {
    padding:30px;
    border-radius: 8px;
    width:360px;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 9;
    transform: translate(-50%, -50%);
    background-color: #FFF;
    box-shadow: 0 0 20px rgb(0,0,0,.2);
}
.loginWrap {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 300px
}
.loginWrap p{
    margin-bottom: 20px;
}
.welcome-user{
    font-size: 16px;
    color: #666;
}
.user-name-pass{
    font-size: 16px;
    font-weight: bold;
    color: #4587f0;
}
.welcome-dec{
    display: block;
    font-size: 14px;
    color: #666;
    margin-top: 10px;
}
.createLink {
    font-size: 14px;
    color: #999
}
.passwordInput {
}
.forgot {
    position: absolute;
    width: 76px;
    text-align: center;
	height: 31px;
    line-height: 31px;
    top: 3px;
    right:3px;
	font-size: 13px;
    border-radius: 0 4px 4px 0;
    color: #4A5159;
}
a:hover.forgot{color: blue;}
.login_erroMsg {
    padding: 0
}
.sep {
    border-top: 1px solid #ccc;
    margin: 30px 4px 14px;
    font-size: 14px;
    line-height: 1.2em
}
.sep_info {
    color: #999;
    font-size: 14px;
    text-align: center;
    margin-bottom: 20px;
}
.TPloginWrap {
    margin-top: 50px;
}
.tp_item{
    text-align: center;
}
.tp_icon{
    position: relative;
    display: inline-block;
    border-radius: 50%;
    width: 42px;
    height: 42px;
    margin-left:10px;
    margin-right:10px;
    background-color: #eef3f7;
}

.tp_icon .qq-icon{
    display: inline-block;
    text-align: center;
    font-size: 26px;
    color: #3caae3;
    line-height: 42px;
}
.tp_icon .weixin-icon{
    display: inline-block;
    text-align: center;
    font-size: 26px;
    color: #58bc46;
    line-height: 42px;
}

.tp_item a.wechat_img:hover{
    background-color: #58bc46;
}

.tp_item a.wechat_img:hover i{
    color: #ffffff;
}

.tp_item a.qq_img:hover{
    background-color: #3caae3;
}

.tp_item a.qq_img:hover i{
    color: #ffffff;
}

.autologin_wrap {
    position: relative;
    zoom: 1;
    margin-top:10px;
    line-height: 30px
}
.form_checkbox {
    display: block;
    width: 90px;
    font-size: 14px;
    line-height: 21px;
    color: #666
}
.form_checkbox.checked .checked {
    display: inline-block
}
.form_checkbox .checked,.form_checkbox.checked .uncheck {
    display: none
}
.checked_img {
    display: inline-block;
    vertical-align: top;
    width: 16px;
    height: 16px;
    margin-top: 3px
}
.form_checkbox input {
    opacity: 0;
    filter: alpha(opacity:0)\9;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 3px
}
.autologin_txt {
    display: inline-block;
    padding-left: 6px;
    font-size: 14px;
    color: #666
}
.tpLoginWrap {
    position: relative;
    display: none;
    vertical-align: top;
    width: 300px
}
.tp_icon.sina {
    background-position: 0 -75px
}
.foot {
    clear:both;
    text-align: center;
    line-height:36px;
    font-size: 13px;
    color: #999;
    width: 100%;
    height:36px
}

.tab_title {
    width:100%;
    height:30px;
    font-size:14px;
    color:#999;
    border-bottom:#cccccc 1px solid;
}
.tab_title h3 {
    float:left;
    width:112px;
    height:28px;
    line-height:28px;
    margin-right:15px;
    text-align:center;
}
.tab_title h3 a{
    display:block;
    width:100%;
    height:28px;
    line-height:28px;
    text-decoration:none;
    color:#777;
    background:none;
    font-size:14px;
}
.tab_title h3 a:hover{
    text-decoration:none;
    color:#000;
}
.tab_title .normal {
    display:block;
}
.tab_title .current {
    display:block;
    width:110px;
    height:30px;
    line-height:30px;
    border-top-left-radius:6px;
    border-top-right-radius:6px;
    border:#CCC 1px solid;
    border-bottom:none;
    background:#fff;
}
.tab_title .current a{
    color:#000;
}
.tab_title .current a:hover{
    color:#000;
}
.tab_con .normal {
    display:none;
}
.tab_con .current {
    display:block;
}


