@charset "utf-8";
body {
    background: #fff;
    color: #3c3c3c;
    font-size: 14px;
    font-family: "Microsoft YaHei";
}

* {
    margin: 0;
    padding: 0;
    border: none;
}

input,
textarea {
    outline: none;
    font-family: "Microsoft YaHei";
    color: #3c3c3c;
}

input[type=input],
input[type=button],
input[type=submit],
input[type=reset] {
    -webkit-appearance: none;
}

textarea {
    -webkit-appearance: none;
}

input::-moz-placeholder {
    color: #3c3c3c;
}

input::-webkit-input-placeholder {
    color: #3c3c3c;
}

input::-ms-input-placeholder {
    color: #3c3c3c;
}

a {
    color: #3c3c3c;
    text-decoration: none;
}

a:visited {
    color: #3c3c3c;
}

a:hover {
    color: #3475cd;
}

ol,
ul,
li {
    list-style: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both;
}


/* 公共部分 */

.width {
    width: 1314px;
    margin: 0 auto;
}

.topfather {
    position: relative;
}

.header {
    width: 80px;
    height: 80px;
    position: absolute;
    right: 15px;
    top: 30px;
    cursor: pointer;
}

.header img {
    width: 100%;
}

.t-header {
    width: 60px;
    height: 60px;
    position: absolute;
    right: 50px;
    top: 40px;
    cursor: pointer;
}

.t-header img {
    width: 100%;
}


/* 首页 */


/* 顶部 */

.iheader {
    height: 40px;
    line-height: 40px;
    background: url(../img/top-bg.png) repeat-x bottom left;
}

.itop-box {
    display: flex;
    justify-content: space-between;
}

.top-info {
    display: flex;
}

.top-info span {
    display: block;
    margin: 0 10px;
    font-size: 14px;
}

.top-nav {
    display: flex;
    justify-content: space-between;
}

.top-nav li {
    padding: 0 10px
}

.top-nav li:nth-child(2) {
    background: url(../img/top-line.gif) no-repeat left center;
    background-size: 1.496px;
}

.top-nav li:nth-child(3) {
    background: url(../img/top-line.gif) no-repeat left center;
    background-size: 1.496px;
}

.top-nav li a {
    color: #3c3c3c;
    display: block;
    font-size: 13px;
}

.top-nav li a:visited {
    color: #3c3c3c;
}

.top-nav li a:hover {
    color: #3475cd;
}


/* logo */

.logo-box {
    display: flex;
    justify-content: space-between;
    padding: 25px 0;
}

.logo-box .search {
    display: flex;
    justify-content: space-between;
    height: 36px;
    align-self: center;
}

.logo-box .search input {
    border: #d8d8d8 1px solid;
    line-height: 40px;
    width: 300px;
    padding: 0 10px;
    font-size: 14px;
}

.logo-box .search .btn {
    width: 80px;
    background-color: #3475cd;
    text-align: center;
    color: #fff;
    line-height: 36px;
    cursor: pointer;
    font-size: 14px;
}


/* 菜单 */

.imenu {
    background: linear-gradient(to bottom, #3070c9 20%, #3070ca 70%);
    line-height: 40px;
    height: 40px;
    margin-bottom: 15px;
    padding-left: 5%;
    box-sizing: border-box;
}

.imenu li {
    line-height: 40px;
    float: left;
}

.imenu li:nth-child(1) a {
    background: none;
}

.imenu li a {
    display: block;
    color: #fff;
    line-height: 40px;
    cursor: pointer;
    font-size: 16px;
    padding: 0 40px;
    background: url(../img/meun-line.png) no-repeat left center;
    background-size: 1px;
    box-sizing: border-box;
}

.imenu li a:visited {
    color: #fff;
}

.imenu li a:hover {
    color: #fff;
    background-color: #e60012;
}

#current {
    color: #fff;
    background-color: #e60012;
}


/* 内容 */

.iwapper {
    background-color: #fff;
    padding-bottom: 60px;
}

.cont-box {
    padding: 75px 90px;
    background-color: #6ebdfc;
    display: flex;
    justify-content: space-between;
}

.cont-box .ileft {
    background-color: #fff;
    border-radius: 5px;
    display: flex;
    justify-content: center;
}

.cont-box .ileft .login {
    width: 372px;
    padding: 36px 46px;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
}

.cont-box .ileft .login .login-tit {
    font-size: 26px;
    color: #0f0f0f;
    margin-bottom: 15px;
}

.cont-box .ileft .login .login-tit i {
    font-style: normal;
    width: 4px;
    height: 30px;
    line-height: 30px;
    background-color: #3070c9;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.login-item {
    margin-top: 20px;
}

.login-item-tit {
    line-height: 30px;
    font-size: 16px;
    color: #0f0f0f;
    padding-bottom: 10px;
    padding-left: 10px;
    font-weight: bold;
}

.login-item-form {
    display: flex;
    justify-content: flex-start;
    align-content: center;
    align-self: center;
    align-items: center;
    border: #939393 1px solid;
    border-radius: 5px;
    line-height: 42px;
    height: 42px;
}

.login-item-form i {
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 40px;
}

.login-item-form i.icon01 {
    background: url(../img/login/icon01.png) no-repeat center;
    background-size: 50%;
}

.login-item-form i.icon02 {
    background: url(../img/login/icon02.png) no-repeat center;
    background-size: 50%;
}

.login-item-form input {
    padding: 0 10px;
    width: 88%;
    box-sizing: border-box;
    font-size: 14px;
}

.classify {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    align-content: center;
    padding: 25px 0;
}


/* Customize the label (the container) */

.container {
    display: block;
    position: relative;
    padding-left: 24px;
    margin-right: 10px;
    margin-top: 10px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 14px;
    color: #575757;
}


/* Hide the browser's default checkbox */

.container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.label {
    padding: 0 5px;
    font-size: 14px;
}


/* Create a custom checkbox */

.checkmark {
    position: absolute;
    top: 2px;
    left: -2px;
    height: 16px;
    width: 16px;
    border: #ccc 1px solid;
}


/* On mouse-over, add a grey background color */

.container:hover input~.checkmark {
    border: #ccc 1px solid;
}


/* When the checkbox is checked, add a blue background */

.container input:checked~.checkmark {
    background-color: #2196F3;
}


/* Create the checkmark/indicator (hidden when not checked) */

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


/* Show the checkmark when checked */

.container input:checked~.checkmark:after {
    display: block;
}


/* Style the checkmark/indicator */

.container .checkmark:after {
    left: 6px;
    top: 0;
    width: 3px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.login-btn {
    width: 100%;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    background-color: #3d8cf6;
    border-radius: 5px;
    cursor: pointer;
}

.iright {
    background-color: #6ebdfc;
    padding-left: 30px;
}


/* ifooter */

.ifooter {
    background-color: #f0faff;
    padding: 50px 0;
    text-align: center;
}

.footermenu {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}

.footermenu li:nth-child(1) {
    background: none;
}

.footermenu li {
    line-height: 40px;
    background: url(../img/footer-line.png) no-repeat left center;
    background-size: 2px;
    width: 10%;
}

.footermenu li a {
    color: #404040;
    font-size: 14px;
    line-height: 30px;
}

.footermenu li a:visited {
    color: #404040;
}

.footermenu li a:hover {
    color: #3d8cf6;
}

.footerinfo {
    line-height: 40px;
    color: #404040;
    font-size: 14px;
}


/* 内容页公共部分 */

.content-kk {
    border: #808080 1px solid;
}

.pos {
    position: relative;
}

.place {
    line-height: 40px;
    background-color: #f5f5f5;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    height: 40px;
}

.place dt {
    font-size: 14px;
    color: #333;
    margin-left: 15px;
}

.place dd {
    font-size: 14px;
    color: #333;
    line-height: 40px;
    background: url(../img/place-arrow.png) no-repeat left center;
    background-size: 10px;
    padding: 0 10px;
}

.place dd a {
    display: inline-block;
    vertical-align: top;
    line-height: 40px;
    padding-left: 15px;
    color: #000;
    cursor: pointer;
}

.place dd a:visited {
    color: #000;
}

.place dd a:hover {
    color: #3d8cf6;
}

.content {
    padding: 30px;
}

.b-index {
    position: absolute;
    right: 30px;
    top: 0;
}

.b-index a i {
    width: 30px!important;
    font-style: normal!important;
    background: url(../img/back-arrow.png) no-repeat center center!important;
    background-size: 50%!important;
    margin-right: 0!important;
}

.b-index a span {
    color: #616161;
    font-size: 14px!important;
}

.back {
    /* margin-bottom: 15px; */
}

.back a {
    display: block;
    line-height: 40px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
}

.back a i {
    width: 30px;
    font-style: normal;
    background: url(../img/back-arrow.png) no-repeat center center;
    background-size: 50%;
    margin-right: 0;
}

.back a span {
    color: #808080;
    font-size: 14px;
}

.green {
    background-color: #49b564;
}

.red {
    background-color: #e60012;
}


/* 左右布局-左边菜单 */

.content-box {
    display: flex;
    justify-content: flex-start;
}

.left {
    width: 225px;
    margin-right: 15px;
}

.left-title {
    line-height: 50px;
    background-color: #3e8df6;
    text-align: center;
    color: #fff;
    font-size: 16px;
}

.left-menu {
    border: #818181 1px solid;
}

.left-menu li {
    line-height: 40px;
    text-align: center;
    color: #3333;
    border-bottom: #dcdcdc 1px solid;
}

.left-menu li:last-child {
    border: none;
}

.left-menu li a {
    display: block;
    font-size: 14px;
    color: #333;
    line-height: 40px;
    background: url(../img/nan-arrow.gif) no-repeat 90% center;
    background-size: 10px;
}

.left-menu li a:visited {
    color: #333;
}

.left-menu li a:hover {
    background: url(../img/nan-arrow01.gif) no-repeat 90% center;
    background-size: 10px;
    color: #3f8cf6;
}

#left-current a {
    background: url(../img/nan-arrow01.gif) no-repeat 90% center;
    background-size: 10px;
    color: #3f8cf6;
}

.right {
    width: 100%;
}

.page {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-left: 205px;
    margin-top: 15px;
}

.page a {
    display: block;
    width: 100px;
    text-align: center;
    font-size: 14px;
    color: #616161;
    line-height: 36px;
    background-color: #f5f5f5;
}

.page a:visited {
    color: #616161;
}

.page a:hover {
    color: #3d8cf6;
}


/* 弹窗样式 */

.popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    display: none
}

.popup-cont {
    width: 300px;
    height: 200px;
    background: url(../img/popup-bg.gif) no-repeat left top;
    background-size: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -150px;
    margin-top: -200px;
    z-index: 99;
}

.popup-close {
    width: 26px;
    height: 26px;
    line-height: 30px;
    position: absolute;
    right: -16px;
    top: 12px;
    font-size: 26px;
    text-align: center;
    color: #000;
    background: #fff;
    border-radius: 100%;
    cursor: pointer;
}

.popup-close span {
    display: block;
    line-height: 26px;
}

.popup-icon {
    width: 100%;
}

.popup-icon span {
    display: block;
    background: url(../img/popup-dui.gif) no-repeat left top;
    background-size: 100%;
    width: 30px;
    height: 30px;
    margin: 20px auto 10px;
    text-align: center;
}

.cuos {}

.cuos span {
    display: block!important;
    background: url(../img/popup-cuo.png) no-repeat left top!important;
    background-size: 100%!important;
    width: 30px!important;
    height: 30px!important;
    margin: 20px auto 10px!important;
    text-align: center!important;
}

.popup-fail {
    color: #e60012!important;
    margin-bottom: 10px;
}

.popup-tit {
    text-align: center;
    color: #3475cd;
    font-size: 20px;
    padding: 20px 0;
    font-weight: 600;
}

.popup-btn {
    width: 80%;
    margin: 0 auto;
    line-height: 40px;
    text-align: center;
    background-color: #3e8df6;
}

.popup-btn a {
    line-height: 40px;
    display: block;
    color: #fff;
    font-size: 14px;
}

.popup-btn a:visited {
    color: #fff;
}

.popup-fail-btn {
    margin: 0 auto;
    line-height: 40px;
    display: flex;
    justify-content: space-around;
    width: 90%;
}

.popup-fail-btn a {
    line-height: 40px;
    display: block;
    color: #fff;
    font-size: 14px;
    text-align: center;
    background-color: #3e8df6;
    padding: 0 20px;
}

.popup-fail-btn a:visited {
    color: #fff;
}

.register {
    text-align: right;
    line-height: 40px;
    font-size: 14px;
}

.register span {}

.register span a {
    color: #3e8df6;
}


/* 规则弹窗 */

.rule {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    display: none;
    z-index: 1;
}

.rule-cont {
    width: 900px;
    height: 700px;
    background: #fff;
    background-size: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -450px;
    margin-top: -350px;
    z-index: 99;
}

.rule-close {
    width: 26px;
    height: 26px;
    line-height: 30px;
    position: absolute;
    right: 10px;
    top: 0px;
    font-size: 26px;
    text-align: center;
    color: #000;
    cursor: pointer;
}

.rule-close span {
    display: block;
    line-height: 26px;
}

.rule-tit {
    text-align: center;
    color: #3475cd;
    font-size: 20px;
    padding: 20px 0;
    font-weight: 600;
}

.rule-btn {
    width: 200px;
    margin: 0 auto;
    line-height: 40px;
    text-align: center;
    background-color: #3e8df6;
    position: absolute;
    left: 50%;
    margin-left: -100px;
    bottom: 10px;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
}

.rule-btn a {
    line-height: 40px;
    display: block;
    color: #fff;
    font-size: 14px;
}

.rule-btn a:visited {
    color: #fff;
}