.nav {
    width: 100%;
    height: 80px;
    background: url(../img/bg/bg_nav.png);
    /*background-color: rgba(61, 81, 221, 1);*/
    background-size: 100% 80px;
    position: relative;
}

.login-nav {
    width: 100%;
    height: 80px;
    background-color: dodgerblue;
    background-size: 100% 80px;
    position: relative;
}

.nav-head {
    float: left;
    width: 240px;
    height: 80px;
    /*background: url(../img/logo/logo.png);*/
    background-size: 100%;
}

.nav-body {
    display: inline-block;
    position: relative;
    float: left;
    margin-left: 0px;
}

.nav-body .nav-item {
    float: left;
    width: 90px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    font-size: 16px;
    font-family: MicrosoftYaHei-Bold;
    color: #fff;
}

.nav-body .nav-item.active,
.nav-body .nav-item:hover {
    color: #3d50dc;
    background-image: linear-gradient(
            #ffffff,
            #ffffff),
    linear-gradient(
            #fff000,
            #fff000);
    background-blend-mode: normal,
    normal;
    opacity: 0.75;
}

.nav-footer {
    float: right;
    height: 40px;
    margin-top: 20px;
}

.nav-footer a {
    display: inline-block;
    margin-left: 10px;
    position: relative;
}

.navB {
    float: left;
    height: 50px;
    margin-top: 30px;
}

.navB a {
    color: #fff;
    width: 70px;
    height: 50px;
    display: inline-block;
    line-height: 50px;
    text-align: center;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-color: rgba(33, 59, 91, 0.3);
}

.navB a:hover,
.navB a.active {
    color: #333;
    background-color: #fff;
}

.navB + .nav-other {
    height: 80px;
    float: left;
    position: relative;
    z-index: 2;

}

/* .nav-other{
	float: left;
	height: 40px;
	margin-top: 20px;
} */
.nav-other:hover .nav-user {
    display: block;
}

.nav-other > a {
    display: inline-block;
    width: 100px;
    height: 80px;
    margin-left: 10px;
    position: relative;
    padding: 30px 0;
}

.nav-user {
    position: absolute;
    width: 200px;
    border-radius: 5px;
    background: url(../img/bg/bg_nav_user.png) no-repeat;
    background-size: 100% 100%;
    top: 30px;
    left: 50px;
    padding-left: 20px;
    display: none;
    overflow: hidden;
}

.nav-user p {
    border-bottom: 1px solid #eaeaea;
    color: #333;
    font-size: 12px;
    padding: 3px 5px;
    overflow: hidden;
    height: 24px;
}

.nav-user p span {
    display: inline-block;
    width: 55px;
    color: #666;
    text-align: justify;

}

.nav-user > a {
    display: inline-block;
    width: 100%;
    height: 25px;
    line-height: 25px;
    text-align: center;
    color: #fff;
    background-image: linear-gradient(90deg, #ffb783 1%, #fc7471 100%);
    margin: 0;
    border-radius: 0;
    font-size: 12px;
}

.nav-right-tit {
    display: inline-block;
    width: 80px;
    height: 40px;
    line-height: 40px;
    color: #ffffff;
    opacity: 0.71;
    text-align: center;
    background: linear-gradient(90deg, rgba(255, 184, 131, 1), rgba(252, 116, 113, 1));
}

.nav-right-txt {
    font-weight: normal;
    font-stretch: normal;
    line-height: 26px;
    letter-spacing: 0px;
    color: #49494a;
    padding: 20px;

}

.nav-right-txt a {
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    height: 26px;
    line-height: 26px;
}

.nav-right-txt .question-list-title {
    word-break: break-all;
}

.nav-right-txt .question-list-title:hover {
    cursor: pointer;
    color: #ab9b5d;
}

.nav-right-txt .question-list-content {
    text-indent: 1em;
}

.nav-right-title {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #222222;
    padding-left: 20px;
    padding-top: 10px;
}

.banner-title {
    font-family: MicrosoftYaHei-Bold;
    font-size: 48px;
    font-weight: bold;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #3d50dc;
    padding: 60px 0 15px 0;
    text-align: center;
}

.banner-subtitle {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 7px;
    color: #666666;
    padding-bottom: 45px;
    text-align: center;
}

.bannerA {
    height: 560px;
    background: url(../img/bg/banner1.jpg);
    background-size: 100% 560px;
}

.bannerA-tit {
    width: 480px;
    height: 230px;
    background-size: 100%;
    background-position: center bottom;
    padding-top: 35px;
}

.bannerA-tit .login-sign {
    font-family: 'Microsoft YaHei';
    font-size: 50px;
    color: #fff000;
}

.bannerA-tit .check-free {
    margin-top: 20px;
    font-family: 'Microsoft YaHei';
    font-weight: bold;
    font-size: 40px;
    color: #fff;
}

.bannerA-btn {
    display: inline-block;
    width: 250px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    background-color: #fff000;
    font-family: MicrosoftYaHei-Bold;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #3d50dc;
    margin-top: 30px;
    border-radius: 5px;
}

.bannerA-btn:hover {
    background-image: linear-gradient(
            #ebde0b,
            #ebde0b),
    linear-gradient(
            #fff000,
            #fff000);
    background-blend-mode: normal,
    normal;
}

.banner-login {
    position: absolute;
    top: 70px;
    right: 0;
    width: 420px;
    padding-bottom: 20px;
    background-color: #303faa;
}

.banner-login .form-tit {
    margin-bottom: 15px;
}

.banner-login .m-btn a {
    display: inline-block;
    width: 320px;
    height: 50px;
    line-height: 50px;
    font-size: 24px;
    font-weight: bold;
}

.banner-login .input-group-addon {
    background-color: #989fd5;
}

.banner-login .input-group:after {
    border-color: #303faa
}

.banner-login .input-group {
    padding: 10px 47px;
}

.banner-login .grids-2 {
    padding: 0 50px;
    background-color: #303faa;
    margin-top: 15px;

}

.banner-login .grids-2 a {
    color: #fff;
}

.banner-login .grids-2 a:hover {
    color: #ffb783
}

.banner-login .m-btn {
    padding: 0 50px;
    margin-top: 20px;

}

.banner-login .form-control {
    height: 40px;
    line-height: 40px;
    border-radius: 0;
    background-color: rgba(255, 255, 255, 0.86);
    padding-left: 10px;
}

.banner-login .input-group-addon.code {
    padding: 0;
}

.banner-login .checkbox {
    display: inline-block;
    width: 20px;
}

.banner-login .grids-item label:before {
    background: #fff;
}

.banner-login input[type='checkbox']:checked + label:before {
    background: #303faa;
    border-color: #fff;
}

.banner-login input[type='checkbox']:checked + label:after {
    background: #303faa;
}

.banner-login .grids-item label:after {
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.banner-login .txt-danger {
    padding-left: 50px;
}

.banner-login .banner-logined {
    position: absolute;
    top: 40px;
    right: 0;
    width: 420px;
    height: 500px;
    background-color: #fff;
    text-align: center;
}

.banner-logined {
    position: absolute;
    top: 40px;
    right: 0;
    width: 420px;
    height: 500px;
    background-color: #fff;
    text-align: center;
}

.banner-logined .form-tit {
    width: 420px;
    height: 60px;
    line-height: 60px;
    background-image: linear-gradient(90deg,#ffb783 0%,#fc7471 100%),
    linear-gradient(#ffffff,#ffffff);
    background-blend-mode: normal,normal;
    color: #fff;
    font-size: 18px;
    padding: 0;
}

.banner-logined img {
    margin-top: 20px;
}

.banner-logined .charge-name {
    font-size: 18px;
    margin: 15px 0 20px 0;
}

.banner-logined .charge-left {
    font-size: 16px;
    margin-bottom: 15px;
}

.banner-logined .charge-money {
    font-size: 20px;
    margin-bottom: 15px;
}

.banner-logined .charge-enter {
    display: inline-block;
    width: 70px;
    height: 29px;
    line-height: 29px;
    text-align: center;
    border-radius: 10px;
    border: solid 1px #3d50dc;
    margin-bottom: 20px;
    color: #3d50dc;
    font-size: 12px;
}

.banner-logined .m-btn {
    margin-top: 10px;
    text-align: center;
}

.banner-logined .btn-danger,
.banner-logined .btn-safe {
    display: inline-block;
    margin-top: 10px;
    width: 225px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color: #fff;
}

.bannerB {
    padding-top: 60px;
    height: 690px;
}

.bannerB-box {
    width: 382px;
    height: 300px;
    float: left;
    margin-bottom: 40px;
}

.bannerB-title {
    width: 100%;
    height: 130px;
    background: url(../img/bg/bg_banner1.png);
    background-size: 410px 130px;
    position: relative;
}

.bannerB-title img {
    margin: 33px 20px 35px 45px;
}

.bannerB-tit {
    position: absolute;
    top: 18px;
    left: 140px;
}

.bannerB-tit-txt {
    font-family: MicrosoftYaHei-Bold;
    font-size: 40px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 40px;
    letter-spacing: 0px;
    color: #ffffff;
}

.bannerB-tit-subtxt {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    /*line-height: 70px;*/
    letter-spacing: 3px;
    color: #ffffff;
}

.bannerB-body {
    padding: 30px 20px 0 20px;
    height: 200px;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0px;
    color: #545454;
    border: solid 1px #999999;
    border-top: none;
    text-align: justify;
    margin-top: -10px;
}

.bannerB-margin {
    margin: 0 20px;
}

.bannerB-subtitle {
    text-align: center;
    padding-top: 20px;
}

.bannerB-subbody {
    padding: 20px 20px 55px 20px;
    height: 190px;
    font-size: 16px;
    line-height: 30px;
    color: #545454;
    border-top: none;
    text-align: justify;
}

.bannerC {
    height: 600px;
    background: url(../img/bg/banner3.png);
    background-size: 100% 600px;
    position: relative;
    text-align: center;

}

.bannerC-box {
    height: 600px;
    background: url(../img/banner/_banner1.png) no-repeat;
    background-size: 70%;
    background-position: center 200px;
}

.bannerC .m-btn {
    margin-top: 280px;
}

.bannerC .m-btn a {
    display: inline-block;
    width: 200px;
    height: 60px;
    line-height: 60px;
    color: #fff;
    font-size: 18px;
    display: inline-block;
    margin: 0px 50px;
    border-radius: 10px;
}

.bannerD-box {
    height: 600px;
    background: url(../img/banner/_banner2.png) no-repeat;
    background-size: 80%;
    background-position: center 200px;
}

.bannerE {
    height: 560px;
    background: url(../img/bg/banner3.png);
    background-size: 100%;
    position: relative;

}

.bannerE-box {
    width: 345px;
    height: 460px;
    margin-top: 60px;
    overflow: hidden;
    float: left;
    background-color: #fff;
}

.bannerE-margin {
    margin: 60px 75px 0 75px;
}

.bannerE-title {
    width: 100%;
    height: 80px;
    line-height: 80px;
    background-image: linear-gradient(90deg, #ffb783 0%, #fc7471 100%),
    linear-gradient(#ffffff, #ffffff);
    background-blend-mode: normal, normal;
    color: #ffffff;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
}

.bannerE-title h3 {
    margin-top: 0px;
    font-size: 40px;
}

.bannerE-title a {
    color: white !important;
}

.bannerE-title a:hover {
    text-decoration: underline;
}

.bannerE-body {
    padding: 20px 10px;
    background: #fff;
}

.bannerE-body a {
    display: block;
    height: 33px;
    line-height: 33px;
    font-size: 15px;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.bannerE-body a span {
    margin-right: 10px;
}

.bannerE-body a span.txt-danger {
    color: #666;
}

.bannerE-body a:hover span {
    color: #3D50DC
}

.bannerF-title {
    font-size: 30px;
    font-weight: 600;
    color: #666666;
    padding: 40px 0 20px 0;
    text-align: center;
}

.bannerF-body a {
    display: block;
    color: #666;
    font-size: 20px;
    margin-bottom: 10px;
}

.bannerF-body a p {
    margin-bottom: 5px;
    height: 30px;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    font-size: 14px;
}

.user-msg-line {
    display: block;
    color: #666;
    font-size: 20px;
    margin-bottom: 10px;
    cursor: pointer;
}

.user-msg-line p {
    margin-bottom: 5px;
    height: 30px;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    font-size: 15px;
}

.user-msg-line:hover {
    color: #0c0a0a;
}

.bannerH {
    height: 70px;
    color: #999;
}

.bannerH-title {
    position: absolute;
    top: 10px;
    left: 50px;
}

.bannerH-body {
    position: absolute;
    top: 10px;
    left: 120px;
    padding-right: 100px;
}

.bannerH-body a {
    display: inline-block;
    margin: 0 20px 20px 0;
}

.copy-right {
    text-align: center;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 47px;
    letter-spacing: 0px;
    color: #666666;
    background-color: #0c0a0a;
    padding-bottom: 0px;
}

.copy-right > img {
    width: 134px;
    height: 47px;
    margin-right: 20px;
}

.copy-right > a {
    color: #666;
}

.help {
    overflow: hidden;
    padding-bottom: 90px;
    width: 100%;
}

.help-nav {
    width: 220px;
    float: left;
    background-color: #f4f4f4;
    margin-top: 30px;
}

.help-nav li a {
    display: inline-block;
    height: 80px;
    line-height: 108px;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    padding-left: 10px;
    margin-left: 15px;
    border-left: 3px solid #fc7471;
    position: relative;
}

.help-nav li a:hover {
    color: #fc7471
}

.help-nav li.active a {
    color: #fc7471;
}

.help-nav-tit {
    font-size: 45px;
    letter-spacing: 2px;
    color: #f06541;
    padding: 30px 0 50px 15px;
    font-weight: bold;

}

.help-main {
    width: 940px;
    float: right;
    text-align: center;
}

.help-main a {
    display: block;
    text-align: center;
    color: #ffb883;
    padding-bottom: 80px;
}

.help-title {
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 1px;
    color: #3d50dc;
    padding: 30px 0 10px 0;
    text-align: left;
}

.help-tit {
    color: #666666;
    margin-bottom: 15px;
    text-align: left;
}

.help .help-main .help-head{
    margin-top: 85px;
    font-size: 24px;
    color: #3d50dc;
    letter-spacing: 1px;
}

.help-subtitle {
    font-weight: normal;
    font-stretch: normal;
    line-height: 26px;
    letter-spacing: 1px;
    color: #666666;
}

.help-nav .dot {
    display: inline-block;
    width: 14px;
    height: 14px;
    background-color: #f4f4f4;
    border-radius: 50%;
    margin-right: 10px;
    position: absolute;
    top: 47px;
    left: -8px;
}

.help-nav .dot i {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #fc7471;
    border-radius: 50%;
    margin-right: 10px;
    float: left;
    margin: 2px;
}

.help-main .help-tit a {
    color: #3d50dc;
    display: inline;
}

.help-main .help-body a {
    display: inline;
}

.check {
    width: 1158px;
    background-color: #ffffff;
    border: solid 1px #eeeeee;
    margin: 65px auto;

}

.check-box {
    width: 500px;
    height: 625px;
    margin: 0 auto;
}

.check-title {
    font-size: 34px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 1px;
    color: #363b3c;
    padding: 100px 0 30px 0;
    text-align: center;
}

.check-subtitle {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 1px;
    color: #f06541;
    padding-bottom: 35px;
    text-align: center;
}

.check .input-group {
    width: 420px;
    margin-bottom: 35px;
}

.check .input-group:after {
    border-bottom: 1px solid #fff;
}

.check .form-control {
    height: 50px;
    border: solid 1px #008cf7;
    border-radius: 5px;
    text-indent: 10px;
}

.check .input-group-addon {
    padding: 0;
}

.check .input-group img {
    height: 40px;
    width: 100px;
}

.check .m-btn {
    margin-left: 165px;
}

.check .m-btn a {
    display: inline-block;
    width: 169px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    font-size: 18px;
}

.check-warn {
    background-color: #f6f6f6;
    padding: 45px 0 70px 0;
}

.check-warn-tit {
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 1px;
    color: #666666;
    padding-bottom: 25px;
}

.check-warn p {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 1px;
    color: #666666;
    margin-bottom: 20px;
}

.check-result p {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 1px;
    color: #222222;
}

.check-body {
    width: 500px;
    height: 290px;
    border-style: solid;
    border-width: 1px;
    border-color: #ffb783;
    padding: 30px;
    margin-bottom: 45px;

}

.check-result {
    display: none;
}

/*  */
.question {
    overflow: hidden;
    padding-bottom: 110px;
    width: 100%;
}

.question .help-nav {
    background: #fff;
    width: 335px;
}

.question .help-tit {
    font-size: 24px;
    letter-spacing: 1px;
    color: #3d50dc;
    margin-top: 110px;
}

.question .question-title {
    color: #444;
    font-size: 16px;
    padding: 15px 0 15px 0;

}

.question .question-title:hover {
    color: #fc7471;
    cursor: pointer;
}

.question .help-nav-tit {
    font-weight: normal;
    color: #444
}

.question .help-main {
    width: 850px;
    text-align: left;
}

.help-main img {
    max-width: 100%;
    margin: 30px 0;
}

.question .help-body {
    line-height: 26px;
    letter-spacing: 1px;
    color: #666666;
    text-indent: 2em;
}

.panel {
    overflow: hidden;
}

.panel-box {
    position: relative;
}

.panel .nav-left {
    width: 810px;
    background: #fff;
    padding: 20px 20px;
    margin-bottom: 60px;
}

.panel .nav-right {
    position: absolute;
    top: 0;
    right: 0;
    width: 360px;
    background: #fff;
    padding: 20px 0;
}

.panel .form-group {
    /*padding-bottom: 15px;*/
}

.panel .nav-left .input-group .form-control {
    padding-left: 5px;
}

.panel .task-left .form-group {
    margin-bottom: 15px;
}

.panel .task-left .task-file-div {
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.panel .task-left .text-area-content {
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.panel .form-title {
    font-weight: normal;
    font-stretch: normal;
    line-height: 17px;
    letter-spacing: 0px;
    color: #333333;
    padding-bottom: 10px;
}

.panel .form-body input[type="text"] {
    width: 550px;
    height: 42px;
    line-height: 42px;
    border-radius: 4px;
    border: solid 1px #cccccc;
    padding-left: 10px;
}

.form-input span:last-child {
    color: #0c7fe9;
    margin-left: 30px;
}

.form-input span.upload-warn {
    color: #666
}

.form-input span.txt-danger {
    color: #cc3434
}

.panel select {
    width: 180px;
    height: 42px;
    line-height: 42px;
    background-color: #ffffff;
    border: solid 1px #cccccc;
    color: #666;
    border-radius: 3px;
    padding-left: 20px;
}

.form-input {
    padding-bottom: 20px;
    position: relative;
}

.form-input input[type="file"] {
    display: inline-block;
    width: 120px;
    height: 37px;
    position: absolute;
    top: 25px;
    left: 0;
    opacity: 0;
    cursor: pointer;
}

.form-input input[type="file"].build-file {
    display: inline-block;
    width: 120px;
    height: 37px;
    position: absolute;
    top: 0;
    left: 60px;
    opacity: 0;
    cursor: pointer;
}

.form-input .upload-file {
    display: inline-block;
    width: 120px;
    height: 37px;
    line-height: 37px;
    text-align: center;
    background-color: #f5f5f5;
    border: solid 1px #dddddd;
    font-size: 12px;
    color: #888;
    border-radius: 20px;
}

.form-input .upload-file2 {
    display: inline-block;
    width: 120px;
    height: 37px;
    line-height: 37px;
    text-align: center;
    background-color: #f5f5f5;
    border: solid 1px #dddddd;
    font-size: 12px;
    color: #888;
    border-radius: 0;
}

.form-group textarea {
    width: 767px;
    height: 464px;
    border-radius: 10px;
    border: solid 1px #cccccc;
    padding: 10px;
}

.form-group .btn-danger {
    display: inline-block;
    width: 160px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    border-radius: 20px;
    font-size: 16px;
}

.form-warn {
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #444;
    padding-bottom: 35px;
}

.form-warn img {
    width: 16px;
    height: 16px;
    margin-right: 5px;
}

#loginModal .m-btn a {
    display: inline-block;
    width: 400px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 18px;
    color: #fff;
}

.checkbox {
    width: 40px;
    height: 20px;
    position: relative;
}

.panel .check-build label::before,
.panel .check-build label::after {
    top: 3px
}

.panel .check-build {
    position: relative;
    margin-bottom: 35px;
    font-weight: 700
}

.panel .check-build span {
    color: #666;
    font-weight: normal;
}

.check-build label {
    position: absolute;
    left: 30px;
    top: 0px;
    color: #666;
    cursor: pointer;
}

.check-build label:before {
    content: '';
    position: absolute;
    left: -30px;
    top: 7px;
    width: 15px;
    height: 15px;
    border: 1px solid #666;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.check-build label:after {
    content: '';
    position: absolute;
    left: -25px;
    top: 8px;
    width: 6px;
    height: 12px;
    border: 0;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    background: transparent;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

table td a {
    padding: 0 5px;
    border-right: 1px solid;
    border-color: rgba(83, 83, 83, 0.74)
}

.td-opt span {
    padding: 0 5px;
    border-right: 1px solid;
    border-color: rgba(83, 83, 83, 0.74);
    opacity: 0.2;
}

table tr:nth-child(even) {
    background-color: #f1f1f1;
}

.table-count {
    position: relative;
    padding: 40px 0;
}

.table-count span {
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #000000;
}

.table-count .pagination {
    position: absolute;
    top: 40px;
    right: 0;
}

.table-count .pagination a {
    border: 1px solid #eaeaea;
    border-radius: 5px;
    margin-left: 2px;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    color: #000;
    padding: 0 10px;
}

.table-count .pagination a:hover {
    color: #fff;
    background-color: #fc7771;
    border-color: #fc7771;
}

/*  */
#pay .tabA {
    margin-top: 20px;
}

.pay .input-group:after {
    border-color: #fff;
}

.payA,
.payB,
.payC {
    background-color: #fff;

}

.payA .tabA,
.payB .tabA,
.payC .tabA {
    background: #f4f4f4
}

.payA p {
    margin: 10px 0;
    color: #ff0000;
    padding-left: 80px;
}

.pay-info {
    padding: 10px;
    line-height: 30px;
}

.pay-info span {
    margin-right: 10px;
}

.pay-info span:last-child {
    color: #ff0000
}

/*.pay {
    height: 1150px;
}*/

.pay .tab {
    background: #f4f4f4;
}

.pay .nav-left {
    background: #f4f4f4;
}

.payA {
    background: #fff;
}

.payA .input-group {
    width: 250px;
    padding-top: 20px;
}

.payA .input-group input {
    height: 28px;
    border: solid 1px #dfdede;
    padding-left: 10px;
}

.pay-type {
    text-align: center;
    font-size: 18px;
    padding: 10px 0;
}

.pay-type span {
    margin-right: 60px;
}

.pay-type .radio-inline {
    border: 2px solid #f4f4f4;
    width: 226px;
    height: 60px;
    display: inline-block;
    margin-left: 20px;
}

.pay-btn a {
    display: inline-block;
    width: 140px;
    text-align: center;
    height: 35px;
    background-color: #0088cc;
    line-height: 35px;

    color: #fff;
    border-radius: 15px;
    margin: 20px auto;
}

.pay-btn a:hover {
    background-color: #404fdc;
}

.pay-btn {
    text-align: center;
}

.payB {
    background: #fff;
    position: relative;
    margin-top: 50px;
}

.pay-logo {
    position: absolute;
    top: 50px;
    left: 0;
}

.pay-detail {
    padding-left: 220px;
    padding-top: 10px;
    padding-right: 10px;
}

.pay-detail a {
    line-height: 30px;
    letter-spacing: 0px;
    color: #ff6800;
    text-decoration: underline;
}

.pay-detail p {
    line-height: 24px;
    letter-spacing: 0px;
    color: #333333;
}

.pay-detail p.txt-danger {
    color: #ff0000;
    padding: 20px 20px 20px 0;
}

.pay-detail p span {
    color: #ff0000;
}

.payB input {
    width: 440px;
    height: 38px;
    border: solid 1px #dfdede;
    padding-left: 10px;
    margin-top: 10px;
}

.payC {
    background: #fff;
    position: relative;
    margin-top: 50px;
}

.payC input {
    width: 440px;
    height: 38px;
    padding-left: 10px;
    margin-top: 10px;
    border: solid 1px #dfdede;
}

.pay .nav-right {
    margin-top: 92px;
}

.pay .pay-user {
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 20px;
}

.pay .pay-user p {
    padding-left: 100px;
    color: #0088cc;
    margin-bottom: 10px;
}

.pay .pay-user p span {
    display: inline-block;
    padding: 3px 10px;
    border-radius: 10px;
    color: #fff;
    text-align: center;
}

.pay .pay-user p:first-child + p span {
    background-color: #ff3434;
}

.pay .pay-user p:nth-child(even) span {
    background-color: #ffa734;
}

.pay .pay-user p:nth-child(even) + p span {
    background-color: #ffc834;
}

.pay .pay-user p a {
    color: #3d52dc
}

.pay .pay-user p a img {
    width: 12px;
    height: 12px;
    margin-left: 10px;
}

#pay .modal-header {
    height: 50px;
    background-image: linear-gradient(90deg,
    #ffb783 0%,
    #fc7471 100%),
    linear-gradient(
            #73b7f5,
            #73b7f5);
    background-blend-mode: normal,
    normal;
}

#pay #changeModal .modal-body {
    padding: 140px 0 180px 0;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #0c7fe9;
    text-align: center;

}

#pay #changeModal .modal-body img {
    width: 52px;
    height: 52px;
    margin-right: 10px;
    vertical-align: middle;
}

#pay #zhifuModal .modal-body {
    text-align: center;
    padding: 35px 0 15px 0;
    border-bottom: 1px solid #eaeaea;
}

#pay #zhifuModal .modal-body p:first-child {
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #4c4c4c;
    padding-bottom: 10px;
}

#pay #zhifuModal .modal-title {
    text-align: center;
    font-weight: normal;
}

#pay #zhifuModal .modal-body p:last-child {
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #999999;
    padding: 15px 0;
}

#pay #zhifuModal .modal-footer a {
    color: #0088cc;
}

#pay .form-danger {
    border: solid 1px #ff0000;
}

#userA .nav-left > div {
    width: 700px;
    height: 55px;
    line-height: 55px;
    border-bottom: 1px solid #eaeaea;
    color: #444444;
    text-align: justify;
}

#userA .nav-left > div span {
    display: inline-block;
    width: 90px;
    text-align-last: justify;
    text-align: justify;
}

#userA .nav-left > div a {
    color: #3f4fdc;
}

#userA .nav-left > div p {
    color: #1977cf;
}

#userA .nav-left > a,
#userB .nav-left > a,
#userC .nav-left > a {
    display: inline-block;
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    /*margin-top: 20px;*/
    /*margin-left: 100px;*/
}

#userC textarea {
    width: 770px;
    height: 260px;
    border: solid 1px #dddddd;
}

.userC-txt {
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #444444;
    padding-bottom: 15px;
}

#userB .input-group {
    line-height: 40px;
    color: #000;
}

#userB .input-group:after {
    border-color: #fff;
}

#userB .form-control {
    width: 181px;
    height: 40px;
    border-radius: 4px;
    border: solid 1px #dddddd;
    margin-left: 5px;

}

#userB > .nav-left > div:first-child {
    margin-top: 45px;
}

#user .panel {
    margin-bottom: 70px;
}

/*  */

.search-title {
    text-align: center;
    margin: 160px 0 35px 0;
}

.search .input-group {
    width: 640px;
    padding: 0;

    margin: 0 auto;
}

.search .input-group .form-control {
    height: 36px;
    border: 1px solid #fc7471;
}

.search .input-group-addon {
    width: 101px;
    background-color: #fc7471;
    color: #fff;
    text-align: center;
}

.search-body {
    width: 660px;
    margin: 35px auto;
}

.search-body img {
    width: 130px;
    height: 65px;
    margin: 10px;
}

table + .text-center {
    padding: 45px 0 30px 0;
    color: #666;
}

/*  */

.news-detail {
    border: solid 1px #eeeeee;
    padding: 40px 70px;
    text-align: justify;
}

.news-detail-title {
    font-family: MicrosoftYaHei;
    /*font-size: 24px;*/
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 1px;
    color: #333333;
    padding-bottom: 25px;
    text-align: center;
}

.news-detail-subtitle {
    font-family: MicrosoftYaHei;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #999999;
    padding-bottom: 40px;
    text-align: center;
}

.news-detail-body {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #555555;
    text-indent: 32px;
}

.news-detail-body p {
    margin-bottom: 10px;
}

.bannerK {
    height: 260px;
    background: url(../img/banner/banner8.png) no-repeat;
    background-size: 100% 100%;
}

.bannerK-tit {
    position: absolute;
    top: 50px;
    right: 0px;
    width: 750px;
    height: 180px;
    /*background: url(../img/banner/news_logo.png) no-repeat;*/
    background-size: 100%;
}

.news-bannerK-txt2 {
    font-size: 22px;
    color: white;
    float: right;
}

.news-bannerK-txt2 a {
    color: white;
}

.news-bannerK-txt2 a:hover {
    color: #fff000;
}

.bannerK-tit h1 {
    font-size: 60px;
    color: #fff000;
    margin-top: 0px;
    float: right;
}

.bannerK-img {
    position: absolute;
    top: 70px;
    left: 190px;
    width: 418px;
    height: 180px;
    background: url(../img/banner/banner3-1.png) no-repeat;
    background-size: 360px 200px;
}

.news {
    padding-bottom: 30px;
}

.news-tab {
    height: 70px;
    position: relative;
    margin-top: 50px;
    margin-bottom: 0;
}

.news-tab li {
    display: inline-block;
    float: left;
    width: 250px;
    height: 68px;
    line-height: 68px;
    border: 1px solid #eaeaea;
    font-family: MicrosoftYaHei-Bold;
    font-size: 26px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #3d50dc;
    text-align: center;
}

.news-tab li h2 {
    margin-top: 0px;
    font-size: 26px;
    font-weight: normal;
    font-stretch: normal;
}

.news-tab-tag h1 {
    margin-top: 0px;
    font-size: 26px;
    font-weight: normal;
    font-stretch: normal;
}

.news-tab li:hover a,
.news-tab li.active a {
    color: #fff;
}

.news-tab li:hover,
.news-tab li.active {
    background-image: linear-gradient(90deg,
    #ffb783 0%,
    #fc7471 100%),
    linear-gradient(
            #ffffff,
            #ffffff);
    background-blend-mode: normal,
    normal;
    color: #fff
}

/*.news-tab li:nth-child(even) {
    border-left: none;
    border-right: none;
}*/

.news-content {
    background: #fff;
    overflow: hidden;
}

.news-box {
    display: inline-block;
    width: 588px;
    height: 200px;
    position: relative;
    background: #fff;
    margin-bottom: 10px;
}

.news-box:hover {
    box-shadow: 1px 2px 14px 0px rgba(202, 207, 211, 0.3);
}

.news-box:nth-child(even) {
    margin-left: 5px;
}

.news-img {
    width: 176px;
    height: 100%;
    position: absolute;
    top: -10px;
    left: 5px;
}

.news-img img {
    width: 176px;
    height: 176px;
    margin-top: 20px;
}

.news-body {
    width: 380px;
    height: 176px;
    position: absolute;
    top: 20px;
    left: 200px;
}

.news-title {
    font-family: MicrosoftYaHei-Bold;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    white-space: nowrap;
    letter-spacing: 0px;
    color: #666666;
    padding-bottom: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.news-subtitle {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-align: justify;
}

.news-txt {
    position: absolute;
    width: 380px;
    bottom: 10px;
    left: 0;
    font-size: 12px;
    color: #666
}

.news-txt span {
    display: inline-block;
    position: absolute;
    bottom: -10px;
    right: 0;
    width: 110px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background: linear-gradient(90deg,
    #ffb783 0%,
    #fc7471 100%),
    linear-gradient(
            #ff8e57,
            #ff8e57);
    background-blend-mode: normal,
    normal;
    color: #fff
}

.news-tag-share {
    overflow: hidden;
    position: relative;
    background-color: #FFF;
    padding-top: 5px;
}

.news-tag {
    float: left;
    position: relative;
    z-index: 0;
}

.news-tag span {
    font-weight: bold;
}

.news-tag a {
    background-color: #3d9fdc;
    color: #fff !important;
    cursor: pointer;
    display: inline-block;
    line-height: 24px;
    font-size: 16px;
    border-radius: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 0px 5px;
    position: relative;
}

.news-share {
    float: right;
    position: relative;
    z-index: 0;
}

.related-title {
    background-color: dodgerblue;
    color: #fff !important;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 3px 10px;
    position: relative;
    font-size: 16px;
    letter-spacing: 1px;
    border-radius: 4px;
}

.entry-copyright{
    margin-top: 30px;
    padding: 15px;
    border: 1px solid #efefef;
    border-radius: 2px;
    background: #fbfbfb;
    color: #999;
    font-size: 14px;
    line-height: 1.6;
}

/*  */

.login-box {
    width: 500px;
    background: #fff;
    background-size: 100%;
    /*margin: 65px 0px 65px 690px;*/
    margin: 65px auto;
    padding: 0 80px 80px 50px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.06);
}

.login-tit {
    font-size: 28px;
    font-weight: bold;
    line-height: 30px;
    text-align: center;
    color: #3d50dc;
    letter-spacing: 10px;
    padding-top: 50px;
    padding-bottom: 40px;
}

.login .checkbox {
    display: inline-block;
    width: 20px;
    height: 20px;
}

.login .m-btn {
    margin-top: 20px;
}

.login .m-btn a {
    display: inline-block;
    width: 367px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 18px;
}

.login .grids-1 .grids-item {
    color: #3d53dc
}

.login .text-center .grids-item::before,
.login .text-center .grids-item::after {
    content: '';
    position: absolute;
    width: 170px;
    height: 1px;
    display: block;
    background: #444;
    opacity: 0.1;
    top: 10px;
}

.login .grids-1 .grids-item::before {
    left: 0;
}

.login .grids-1 .grids-item::after {
    right: 0;
}

.login .grids-1,
.login .grids-2 {
    background-color: transparent;
}

.login input:-webkit-autofill,
.login input:-webkit-autofill:hover,
.login input:-webkit-autofill:focus {
    box-shadow: 0 0 0 60px #fcfcfc inset;
    border-color: #fcfcfc;
}

.login .input-code .form-control {
    padding-left: 44px;
}

.login .input-img .input-group-addon:last-child {
    padding: 0;
}

.login .input-img {
    width: 65%;

}

.login .input-img + span {
    display: block;
    width: 30%;
    height: 30px;
    position: absolute;
    top: 27px;
    right: 0;

}

.login .input-img + span img {
    width: 150px;
    height: 45px;

}

.login .input-img + span a {
    display: inline-block;
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    border-radius: 0;
    font-size: 14px;

}

/* .login .grids-item{
	color: #3d53dc
} */
.sign-box {
    height: 750px;
    background-size: 100% 750px;
}

.banner-login input[type="checkbox"],
.login input[type="checkbox"] {
    width: 150px;
    top: 7px;
}

.login .form-danger {
    border: solid 1px #ff0000;
}

.login .form-group {
    height: 55px;
    position: relative;
}

.login .form-group input {
    padding-left: 8px;
}

.login .grids-2 {
    padding: 10px 0;
}

.login input[type='checkbox']:checked + label:after {
    background: #666;
}

.login input[type='checkbox']:checked + label:before {
    background: #666;
    border-color: #666;
}

.login input[type='checkbox']:checked + label:after {
    background: #666;
}

/*  */

.main-nav {
    height: 80px;
    background: -moz-linear-gradient(right, #3db7dc 0%, #3d50dc 100%);
    background: -webkit-gradient(linear, right, left, color-stop(0%, #3db7dc), color-stop(100%, #3d50dc));
    background: -webkit-linear-gradient(right, #3db7dc 0%, #3d50dc 100%);
    background: -o-linear-gradient(right, #3db7dc 0%, #3d50dc 100%);
    background: -ms-linear-gradient(right, #3db7dc 0%, #3d50dc 100%);
    background: linear-gradient(to right, #3db7dc 0%, #3d50dc 100%);
    padding: 20px 0;
}

.main-nav .type {
    font-size: 19px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 40px;
    letter-spacing: 0px;
    color: #3e4fdc;
    width: 177px;
    height: 40px;
    border: solid 1px transparent;
    text-align: center;
    float: left;
    display: inline-block;
    cursor: pointer;
}

.main-nav .type:hover {
    border: solid 1px #ffffff;
}

.main-nav img {
    vertical-align: middle;
    margin: 0 5px;
}

.main-nav .time {
    height: 40px;
    line-height: 40px;
    margin-left: 50px;
    color: #ffffff;
    font-size: 20px;
    float: left;
    display: inline-block;
}

.main-nav .tit {
    margin-left: 160px;
    float: left;
    display: inline-block;
}

.main-nav .tit .tit-title {
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #ffffff;
}

.main-nav .tit .tit-body {
    color: #ffffff;
    opacity: 0.8;
}

.main-nav .main-btn {
    float: right;
    display: inline-block;
}

.main-nav .main-btn a {
    display: inline-block;
    text-align: center;
    width: 70px;
    height: 40px;
    line-height: 40px;
    border: solid 1px #ffffff;
    font-size: 14px;
}

.main-line {
    height: 38px;
    line-height: 38px;
    background-color: #ffb683;
    font-size: 16px;
    color: #222;
    margin-top: 25px;
}

.main-line > div {
    width: 33.33%;
    float: left;
    height: 38px;
    text-align: center;
}

.main-line > div span {
    display: inline-block;
    width: 225px;
    height: 38px;
    border-radius: 8px;
    background-color: #ffffff;
}

.main-area {
    height: 800px;
    overflow: hidden;
    border: solid 1px #cbcbcb;
    border-top: none;
    position: relative;

}

.main-area .area {
    width: 33.33%;
    float: left;
    color: #555;
    line-height: 30px;
    background-color: #fff;
    height: 100%;
    position: relative;
    overflow-x: scroll;
    overflow-y: scroll;
}

.main-area .area::-webkit-scrollbar {
    display: none;
}

.main-area .area-txt {
    padding: 30px;
    box-sizing: border-box;
    /*overflow-y: scroll;*/
}

.main-area .area img {
    width: 414px;
    position: absolute;
    top: 100px;
    right: 0;
}

.main-area .spanA {
    color: #ff3333
}

.main-area .spanB {
    color: #ffa520
}

.main-area textarea {
    position: relative;
    width: 100%;
    height: 100%;
    line-height: 30px;
    font-size: 14px;
    color: #333;
    box-sizing: border-box;
    border: none;
    overflow-y: auto;
    padding: 20px 0 20px 20px;
    font-family: Microsoft YaHei, Arial;
}

.area-hide {
    display: none;
    padding-right: 18px;
}

.main-area #ToScroll {
    border-right: 2px solid #e7e7e7;
    padding-right: 18px;
    padding-bottom: 18px;
}

.loading {
    animation: myfirst 1.2s linear infinite; /* Firefox: */
    -moz-animation: myfirst 1.2s linear infinite; /* Safari and Chrome: */
    -webkit-animation: myfirst 1.2s linear infinite; /* Opera: */
    -o-animation: myfirst 1.2s linear infinite;
}

@keyframes myfirst {
    0% {
        -webkit-transform: rotateZ(0deg);
        -moz-transform: rotateZ(0deg);
        -o-transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        transform: rotateZ(0deg);
    }
    100% {
        -webkit-transform: rotateZ(360deg);
        -moz-transform: rotateZ(360deg);
        -o-transform: rotateZ(360deg);
        -ms-transform: rotateZ(360deg);
        transform: rotateZ(360deg);
    }
}

@-moz-keyframes myfirst /* Firefox */
{
    0% {
        -webkit-transform: rotateZ(0deg);
        -moz-transform: rotateZ(0deg);
        -o-transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        transform: rotateZ(0deg);
    }
    100% {
        -webkit-transform: rotateZ(360deg);
        -moz-transform: rotateZ(360deg);
        -o-transform: rotateZ(360deg);
        -ms-transform: rotateZ(360deg);
        transform: rotateZ(360deg);
    }
}

@-webkit-keyframes myfirst /* Safari and Chrome */
{
    0% {
        -webkit-transform: rotateZ(0deg);
        -moz-transform: rotateZ(0deg);
        -o-transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        transform: rotateZ(0deg);
    }
    100% {
        -webkit-transform: rotateZ(360deg);
        -moz-transform: rotateZ(360deg);
        -o-transform: rotateZ(360deg);
        -ms-transform: rotateZ(360deg);
        transform: rotateZ(360deg);
    }
}

@-o-keyframes myfirst /* Opera */
{
    0% {
        -webkit-transform: rotateZ(0deg);
        -moz-transform: rotateZ(0deg);
        -o-transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        transform: rotateZ(0deg);
    }
    100% {
        -webkit-transform: rotateZ(360deg);
        -moz-transform: rotateZ(360deg);
        -o-transform: rotateZ(360deg);
        -ms-transform: rotateZ(360deg);
        transform: rotateZ(360deg);
    }
}

.main-left {
    width: 42px;
    background-color: #ffb683;
    padding: 30px 10px;
    line-height: 25px;
    position: fixed;
    bottom: 30%;
    left: 0;
    z-index: 2;

    font-size: 16px;
}

.main-left a {
    color: #fff;
}

.mainModal-tit {
    font-size: 18px;
    letter-spacing: 1px;
    color: #666666;
    text-align: center;
    margin-bottom: 35px;
}

.modal-body {
    padding: 20px 30px;
}

#mainModal .modal-body {
    padding: 30px 50px;
}

#mainModal .mainModal-txt {
    font-size: 16px;
}

#mainModal .modal-dialog {
    width: 550px;
}

#mainModal p {
    margin-bottom: 10px;
    color: #444;
    font-size: 18px;
}

#mainModal p span {
    margin-left: 15px;
}

#mainModal .grids-item {
    text-align: center;
}

#mainModal .grids-item a {
    display: inline-block;
    width: 124px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    color: #fff;
    font-size: 16px;
}

#aiMainModal .modal-body {
    padding: 30px 50px;
}

#aiMainModal .mainModal-txt {
    font-size: 16px;
}

#aiMainModal .modal-dialog {
    width: 550px;
}

#aiMainModal p {
    margin-bottom: 10px;
    color: #444;
    font-size: 18px;
}

#aiMainModal p span {
    margin-left: 15px;
}

#aiMainModal .grids-item {
    text-align: center;
}

#aiMainModal .grids-item a {
    display: inline-block;
    width: 124px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    color: #fff;
    font-size: 16px;
}

#checkModal .modal-header,
#successModal .modal-header,
#failModal .modal-header {
    background-image: linear-gradient(90deg,
    #ffb783 0%,
    #fc7471 100%),
    linear-gradient(
            #73b7f5,
            #73b7f5);
    background-blend-mode: normal,
    normal;
    text-align: center;
    font-weight: normal;
    color: #fff;
    font-size: 18px;
}

.modal-warn {
    display: inline-block;
    width: 44px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 12px;
    background-color: cornflowerblue;
    border-radius: 5px;
    color: #fff;
}

#checkModal .modal-header,
#successModal .modal-header,
#failModal .modal-header {
    background: cornflowerblue;
    background-blend-mode: normal, normal;
    text-align: center;
    font-weight: normal;
    color: #fff;
    font-size: 18px;
}

.modal-warn {
    display: inline-block;
    width: 44px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 12px;
    background-color: cornflowerblue;
    border-radius: 5px;
    color: #fff;
}

#checkModal p,
#failModal p {
    font-size: 12px;
    margin: 10px 0 20px 0;
}

#checkModal .modal-body div,
#failModal .modal-body div {
    color: #36363c;
    font-size: 16px;
    line-height: 30px;
}

#checkModal .modal-dialog,
#failModal .modal-dialog {
    width: 688px;
}

#checkModal div a,
#failModal div a {
    background-color: cornflowerblue;
    border-radius: 10px;
    font-size: 12px;
    color: #fff;
    padding: 4px 15px;
    margin-left: 10px;
}

#checkModal div a:hover,
#failModal div a:hover {
    background-color: dodgerblue;
}

.modal-tip {
    color: #a7a7a7;
    padding: 25px 0;
    line-height: 25px;
    margin: 0 !important;
}

#checkModal .m-btn,
#failModal .m-btn {
    text-align: center;
}

#failModal .m-btn a, #checkModal .m-btn a {
    display: inline-block;
    width: 375px;
    height: 50px;
    line-height: 50px;
    background-color: #dbdbdb;
    border-radius: 20px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    padding: 0;
}

#successModal .m-btn a:last-child:hover {
    background-color: dodgerblue;
}

#checkModal .m-btn a {
    display: inline-block;
    width: 375px;
    height: 50px;
    line-height: 50px;
    background-color: cornflowerblue;
    border-radius: 20px;
    color: #fff;
    font-size: 16px;
    text-align: center;
}

#successModal p {
    color: cornflowerblue;
    font-size: 22px;
    padding: 20px 0 30px 0;
    text-align: center;
    font-weight: bold;
}

#successModal .m-btn a {
    display: inline-block;
    width: 375px;
    height: 50px;
    line-height: 50px;
    background-color: cornflowerblue;
    border-radius: 20px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    margin-bottom: 20px;
}

#successModal .m-btn .btn-danger {
    background: #f05555;
}

#successModal .m-btn .btn-danger:hover {
    background: #fc7671;
}

#successModal .m-btn .btn-primary {
    background: cornflowerblue;
}

.bg-fff {
    background: #fff !important;
}

.mt-5 {
    margin-top: 5px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.fz-14 {
    font-size: 14px !important;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.inline-checkbox {
    position: relative;
}

.inline-checkbox input[type="checkbox"] {
    width: 155px;
    height: 20px;
    cursor: pointer;
}

.inline-checkbox label {
    font-size: 14px;
    color: #666;
    padding-left: 20px;
    float: left;
    margin-bottom: 0;
    line-height: 20px;
    cursor: pointer;
    font-weight: bold;
}

.inline-checkbox input[type='checkbox']:checked + label:before {
    background: cornflowerblue;
    border-color: cornflowerblue;
}

.inline-checkbox input[type='checkbox']:checked + label:after {
    background: cornflowerblue;
    display: block;
}

.inline-checkbox label::before {
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    width: 15px;
    height: 15px;
    border: 1px solid #666;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.inline-checkbox label::after {
    display: none;
    content: '';
    position: absolute;
    left: 5px;
    top: 3px;
    width: 6px;
    height: 12px;
    border: 0;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    background: transparent;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.color-theme {
    color: #2ccac3 !important;
}

.color-green {
    color: #56b281 !important;
}

.color-red {
    color: #f00 !important;
}

.color-blue {
    color: #569bdc !important;
}

/*  */

.bannerM-box {
    height: 450px;
    background: url(../img/icon/icon_book.png) no-repeat;
    background-size: 130px 166px;
}

.bannerM-title {
    font-family: MicrosoftYaHei;
    font-size: 30px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 26px;
    letter-spacing: 1px;
    color: #000000;
    text-align: center;
    padding: 50px 0 40px 0;
}

.bannerM-subtitle {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 26px;
    letter-spacing: 1px;
    color: #363b3c;
    padding: 0 100px;
    text-indent: 2em;
    margin-bottom: 10px;
}

.bannerN {
    background: url(../img/bg/banner2.png);
    padding-bottom: 100px;
}

.bannerN-box {
    width: 1280px;
    height: 370px;
    background: url(../img/banner/banner4.png) no-repeat;
    background-size: 1280px 370px;
    background-position: center;
    margin: 0 auto;
    position: relative;
}

.bannerN-title {
    font-family: MicrosoftYaHei;
    font-size: 30px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 26px;
    letter-spacing: 1px;
    color: #363b3c;
    text-align: center;
    padding: 50px 0;
}

.bannerP {
    height: 620px;
    background: url(../img/bg/bg_building.png) no-repeat;
    background-size: 100% 390px;
    background-position: center bottom
}

.bannerP-box {

    height: 620px;
    background: url(../img/banner/banner5.png) no-repeat;
    background-size: 1054px 390px;
    background-position: center bottom;
}

.bannerS-box {
    width: 500px;
    margin: 0 auto;
    padding-bottom: 120px;
}

.bannerS-title {
    font-family: MicrosoftYaHei;
    font-size: 32px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 26px;
    letter-spacing: 1px;
    color: #363b3c;
    padding: 110px 0 50px 0;
    text-align: center;
}

.bannerS-body {
    font-family: MicrosoftYaHei;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 1px;
    color: #666666;
    padding-left: 100px;
}

.event-time,
.event-txt {
    height: 50px;
    width: 100%;
    position: relative;
    line-height: 20px;
    color: #444;

}

.event-txt-top {
    padding-top: 20px;
    height: 100px;
}

.event-time-top {

    height: 130px;
}

.event-txt-bottom {

}

.event-time-bottom {
    height: 90px;

}

.banner .time,
.banner.txt {
    position: absolute;
    top: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;

}

.banner .time {
    width: 85px;
    font-size: 20px;
}

.banner .txt {
    width: 200px;
}

.txtA {
    margin-left: 60px;
}

.txtB {
    margin-left: 20px;
}

.txtC {
    margin-left: 20px;
}

.txtD {
    margin-left: 50px;
}

.txtE {
    margin-left: 60px;
}

.txtF {
    margin-left: 80px;
}

.txtH {
    margin-left: 10px;
}

.txtK {
    margin-left: 20px;
}

.txtM {
    margin-left: 5px;
}

.txtN {
    margin-left: 90px;
}

.timeA {
    left: 75px;
    color: #666666;
}

.timeB {
    left: 310px;
    color: #7c88f8;
}

.timeC {
    left: 545px;
    color: #f980df;
}

.timeD {
    left: 780px;
    color: #bb645a;
}

.timeE {
    left: 1010px;
    color: #ab9b5d;
}

.timeF {
    left: 170px;
    color: #79c1fb;
}

.timeH {
    left: 410px;
    color: #d66ef9;
}

.timeK {
    left: 650px;
    color: #a86169;
}

.timeM {
    left: 885px;
    color: #a86169;
}

.timeN {
    left: 1120px;
    color: #99e022;
}

/*  */
.result {
    padding: 15px;
    height: 100%;
    overflow-y: scroll;
    word-wrap: break-word;
}

.result .area-title {
    font-size: 14px;
    font-weight: bold;
    line-height: 28px;
}

.result-box {
    border: 1px solid #eee;
    margin: 10px 0;
    padding: 10px;
    color: #333;
}

.result-box .detail-txt {
    color: green;
}

.result-bg {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    text-align: center;
    color: #FFF;
    font-size: 14px;
    line-height: 20px;
    border-radius: 1px;
    margin-right: 5px;
    background: #407cd8;
}

.result-tit-txt {
    margin-right: 5px;
    display: inline-block;
    color: #3761cd;
}

.area-txt a:hover {
    color: #ffa520;
    text-decoration: underline;
}

.repeat-area {
    margin-bottom: 30px;
}

.result {
    display: none
}

input:focus {
    box-shadow: 0 0 5px #521482 inset;
    -moz-box-shadow: 0 0 5px #521482 inset;
    -webkit-box-shadow: 0 0 5px #521482 inset;
}

textarea:focus {
    box-shadow: 0 0 3px #521482 inset;
    -moz-box-shadow: 0 0 3px #521482 inset;
    -webkit-box-shadow: 0 0 3px #521482 inset;
}

.danger-box-shadow {
    border: 1px solid #ff0000;
    box-shadow: 0 0 5px #ff0000 inset;
    -moz-box-shadow: 0 0 5px #ff0000 inset;
    -webkit-box-shadow: 0 0 5px #ff0000 inset;
}

.sys-validate-code {
    width: 99%;
}

.banner-login .grids-1 {
    padding: 0px 0px 10px 0px;
    background-color: #303faa;
}

.banner-login .grids-item {
    color: #fff;
}

.banner-login .text-center .grids-item::before,
.banner-login .text-center .grids-item::after {
    content: '';
    position: absolute;
    width: 105px;
    height: 1px;
    display: block;
    background: #fff;
    opacity: 0.4;
    top: 10px;
}

.banner-login .grids-1 .grids-item::before {
    left: 12%;
}

.banner-login .grids-1 .grids-item::after {
    right: 12%;
}

.title-count-fail,
.author-count-fail,
.task-file-div .content-count-fail {
    margin-left: 10px;
    font-weight: bold;
}

.charge-card-fail {
    padding-left: 220px;
    padding-top: 50px;
    color: red;
}

.charge-taobao-fail {
    padding-left: 220px;
    padding-top: 50px;
    color: red;
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
    -webkit-appearance: textfield;
}

input[type="number"] {
    -moz-appearance: textfield;
}

/*1223*/
.bannerC-p {
    color: #666666;
    font-weight: bold;
    font-size: 26px;
    position: absolute;
}

.bannerC-p-1 {
    margin: 21px 0 0 330px;
}

.bannerC-p-2 {
    margin: 88px 0 0 228px;
}

.bannerC-p-3 {
    margin: 158px 0 0 338px;
}

.bannerD-p {
    color: #666666;
    font-weight: bold;
    font-size: 26px;
    position: absolute;
}

.bannerD-p-1 {
    margin: 65px 0 0 80px;
}

.bannerD-p-2 {
    margin: 170px 0 0 105px;
}

.bannerD-p-s {
    color: #fc7471;
    font-size: 42px;
}

.input-email {
    width: 250px;
    height: 35px;
    padding-left: 5px;
}

.paper-content-count {
    margin-bottom: 0px;
    margin-left: 10px;
    color: #0c7fe9;
}

.check-dialog-email {
    width: 200px;
    height: 30px;
}

.check-dialog-email > input[name='needMail'] {
    position: relative;
    opacity: 1;
    top: 2px;
}

/****loading****/
.loading-d {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10000;
    background: rgba(255, 255, 255, 0.7);
    width: 100%;
    height: 100%;
}

.loading-d img {
    display: block;
    width: 328px;
    height: 328px;
}

.loading-bd {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -164px;
    margin-top: -250px;
}

.loading-bd p {
    text-align: center;
    font-size: 16px;
    color: #333;
    position: absolute;
    bottom: 40px;
    width: 100%;
}

.clearfix {
    clear: both;
    content: '';
    *zoom: 1;
}

.clearfix:after, .clearfix:before {
    display: table;
    content: "";
    line-height: 0;
}

.clearfix:after {
    clear: both;
}

.nav-hot {
    position: relative;
}

.nav-hot:before {
    content: '';
    position: absolute;
    display: block;
    width: 33px;
    height: 44px;
    background: url(../img/icon/icon-hot.png) no-repeat;
    background-size: 59%;
    top: 30%;
    right: -16px;
    margin-top: -22px;
    z-index: 100;
}

.scan-login {
    text-align: center;
    height: 255px;
}