@charset "utf-8";
body {
    margin: 0 auto;
    padding: 0;
    background-color: #fff;
    min-width: 1220px;
    font-size: 14px;
    line-height: 25px;
    color: #606060;
    font-family: '微软雅黑';
}

body, html {
    padding-top: 0px;
    overflow-x: hidden;
}

* {

}

*:focus {
    outline: none;
}

img {
    border: 0px;
}

ul {
    margin: 0px;
    *margin-left: 0px;
    margin-left: -40px;
}

li {
    list-style-type: none;
}

a {
    outline: none;
    outline: 0;
    text-decoration: none;
    outline-style: none;
}

a:link {
    color: #333;
    text-decoration: none;
}

/* transition:color 0.3s linear;*/
a:visited {
    color: #333;
    text-decoration: none;
}

/* transition:color 0.3s linear;*/
a:hover {
    color: #225EAB;
    text-decoration: none;
}

/* transition:color 0.3s linear;*/
p {
    margin: 0px;
    padding: 0px;
}

form {
    margin: 0px;
    padding: 0px;
}

input[type="button"], input[type="submit"], input[type="reset"] {
    -webkit-appearance: none;
}

textarea {
    -webkit-appearance: none;
}

* {
    -webkit-tap-highlight-color: transparent;
}

/* 图标 */
@font-face {
    font-family: 'iconfont';
    src: url('../images/font/iconfont.woff2?t=1747884093800') format('woff2'),
    url('../images/font/iconfont.woff?t=1747884093800') format('woff'),
    url('../images/font/iconfont.ttf?t=1747884093800') format('truetype');
}

.container .iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.container .header2 {
    height: 90px;
}

.header2 .koi_top_header .logo {
    margin-top: 10px;
}

.koi_top_header .logo {
    display: inline-block;
    margin-top: 30px;
    position: relative;
}

.sq_header .logo {
    /*display: flex;*/
    /*align-items: center;*/
    /*height: 100%;*/
}

.sq_login {
    position: absolute;
    right: 0;
    top: -72px;
    width: 100px;
    height: 40px;
    line-height: 40px;
    border-radius: 6px;
    border: 1px solid #FFF;
    text-align: center;
}

.sq_login a {
    color: #FFF;
    font-size: 16px;
}

.m_header .logo a {
    overflow: hidden;
    display: block;
}

.koi_top_header .logo_left {
    width: 100px;
}

.koi_top_header .logo_left {
    position: absolute;
    left: 0;
    top: 10px;
    width: 250px;
    height: 60px;
    display: block;
}

.koi_top_header .logo_right {
    width: 200px;
}

.koi_top_header .logo img {
    height: 64.03px;
    width: 315px;
}

.sq_lg {
    position: relative;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.sq_head_r {
    position: absolute;
    top: -62px;
    right: 130px;
    font-size: 20px;
    color: #fff;
}

.mgb2 {
    margin-bottom: -5px;
}

.mgr5 {
    margin-right: 5px;
}

/* header-top */
.container .container__header .top {
    width: 100%;
    overflow: hidden;
    margin-top: 0px;
    height: 70px;
    z-index: 5;
    position: relative;
    background: url(../images/mask.png) repeat left top;
    background-size: auto 100%;
}

.container .container__header .top .topinfo {
    margin: 0 auto;
    width: 1200px;
    line-height: 70px;
}

.container .container__header .top .topinfo a {
    font-size: 25px;
    line-height: 70px;
    color: #fff;
    font-weight: bold;
}

/* footer */
.container .container__footer {
    width: 100%;
    overflow: hidden;
    padding: 2vw 0;
    text-align: center;
    /*background-color: #2D2D2F;*/
}

.container .container__footer .copyright {
    margin: 0 auto;
    width: 75%;
    overflow: hidden;
    text-align: center;
    font-size: 14px;
    line-height: 26px;
    color: #CACACA;
}

.container .container__footer .copyright span{
    color: #333;
}

.container .container__footer .copyright .mgb10 {
    margin-bottom: 10px;
}

.container .container__footer .copyright .mgb10 img {
    border: 0;
    vertical-align: middle;
}

.container .container__footer .copyright .mgb10 .mglr30 {
    margin-left: 30px;
    margin-right: 30px;
}

.container .container__footer .copyright .mgb10 em, i {
    font-style: normal;
}

.container .container__footer .copyright a {
    /*color: #CACACA;*/
}

.container .container__footer .copyright a:hover {
    /*color: #fff;*/
}

/* 后台登录 */
.container .container__login {
    width: 42px;
    height: 84px;
    position: fixed;
    right: 10px;
    top: 70%;
    z-index: 999;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 0 10px rgb(19, 207, 151, 0.5);
}

.container .container__login .container__login-1 {
    display: block;
    margin: 0 auto;
    width: 42px;
    height: 42px;
    background-color: #fff;
    margin-top: 0px;
    margin-bottom: 0px;
    border-radius: 25px 25px 0 0;
}

.container .container__login .container__login-1 span {
    display: block;
    position: relative;
    z-index: 2;
    margin: 0 auto;
    width: 36px;
    height: 36px;
    margin-top: 4px;
    background: url(../images/index-login-1.png) no-repeat center center;
    background-size: 100% 100%;
}

.container .container__login .container__login-1 p {
    border-radius: 20px 0 0 20px;
    opacity: 0;
    width: 120px;
    transition: .6s;
    text-align: left;
    text-indent: 17px;
    height: 36px;
    position: absolute;
    z-index: 1;
    right: 17px;
    top: 4px;
    background-color: #10CF91;
    display: block;
    color: #fff;
    line-height: 36px;
}

.container .container__login .container__login-1:hover p {
    display: block;
    opacity: 1;
}

.container .container__login .container__login-2 {
    display: block;
    margin: 0 auto;
    width: 42px;
    height: 38px;
    background-color: #fff;
    margin-top: 0px;
    border-radius: 0 0 25px 25px;
}

.container .container__login .container__login-2 span {
    display: block;
    position: relative;
    z-index: 2;
    margin: 0 auto;
    width: 36px;
    height: 36px;
    margin-top: 0px;
    background: url(../images/index-login-2.png) no-repeat center center;
    background-size: 100% 100%;
}

.container .container__login .container__login-2 p {
    border-radius: 20px 0 0 20px;
    opacity: 0;
    width: 273px;
    transition: .6s;
    text-align: left;
    text-indent: 17px;
    height: 36px;
    position: absolute;
    z-index: 1;
    right: 17px;
    top: 46px;
    background-color: #10CF91;
    line-height: 36px;
    color: #fff;
}

.container .container__login .container__login-2:hover p {
    display: block;
    opacity: 1;
}