@charset "utf-8";

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

html,
body {
    height: 100%
}

a {
    text-decoration: none
}

ul,
ul li {
    list-style: none
}

body {
    margin: 0;
    min-height: 100%;
    background: linear-gradient(145deg, #eaf2fb 0%, #f5f1fb 50%, #eaf6f0 100%)
}

input,
button,
select {
    outline: 0 none !important
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table
}

.clearfix:after {
    clear: both;
    overflow: hidden
}

.clearfix {
    zoom: 1
}

.search-body {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh
}

.search-div {
    margin: auto;
    width: 520px;
    max-width: 94%;
    padding: 0 16px
}

.search-top {
    margin: 0 auto 2.2rem auto;
    width: 100%;
    text-align: center;
    height: auto
}

.search-top-title {
    display: block;
    font-size: 1.9rem;
    font-weight: 700;
    letter-spacing: 6px;
    color: #6b9fd4;
    text-align: center;
    margin-bottom: .4rem
}

.search-top-sub {
    display: block;
    font-size: .8rem;
    letter-spacing: 3px;
    color: #a0b8d0;
    text-align: center
}

.search-cen {
    padding: 2.4rem 2.2rem 2rem 2.2rem;
    width: 100%;
    height: auto;
    background: rgba(255, 255, 255, 0.82);
    border-radius: 18px;
    position: relative;
    z-index: 2;
    border: 1px solid rgba(210, 228, 248, 0.7);
    box-shadow: 0 8px 32px rgba(107, 159, 212, 0.12), 0 2px 6px rgba(107, 159, 212, 0.06)
}

.search-cen-input {
    padding: 0
}

.search-cen-input ul {
    margin-top: 0
}

.search-cen-input ul li {
    position: relative;
    margin-bottom: 0;
    width: 100%;
    height: 52px;
    border: 1.5px solid #c8dcf0;
    background-color: #f4f8fd;
    border-radius: 10px;
    box-shadow: inset 0 1px 3px rgba(107, 159, 212, 0.07);
    transition: border-color .2s, box-shadow .2s
}

.search-cen-input ul li:focus-within {
    border-color: #7ab5e5;
    background-color: #f8fbff;
    box-shadow: 0 0 0 3px rgba(122, 181, 229, 0.15)
}

.search-cen-input .search-text input[type=text] {
    margin: 0;
    padding: 0 14px;
    width: calc(100% - 114px);
    height: 50px;
    line-height: 50px;
    float: left;
    border: 0;
    font-size: 15px;
    background: transparent;
    color: #3d4a5c
}

.search-cen-input .search-text input::placeholder {
    color: #b0c4d8
}

.search-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 114px
}

.search-btn input[type="button"] {
    width: 114px;
    height: 50px;
    background: linear-gradient(135deg, #7ab5e5 0%, #5b8ed6 100%);
    color: #fff;
    border: 0;
    border-radius: 0 9px 9px 0;
    cursor: pointer;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 3px;
    transition: all .25s;
    box-shadow: -2px 0 8px rgba(91, 142, 214, 0.1)
}

.search-btn input[type="button"]:hover {
    background: linear-gradient(135deg, #5b8ed6 0%, #4a7dc4 100%)
}

.search-cen-bottom {
    margin: 1rem 0 0 2px;
    font-size: 13px;
    color: #8294a8
}

.search-cen-bottom a {
    margin-right: 16px;
    color: #7ab5e5
}

.search-yzm {
    position: relative;
    padding-right: .75rem;
    margin: auto;
    width: 413px;
    height: 78px;
    border-radius: .5rem;
    overflow: hidden;
    background: #fbfbfb
}

.search-yzm img {
    height: 100%;
    width: 100%
}

.yzm-img {
    width: 157px;
    height: 78px;
    float: left
}

.yzm-input {
    margin-top: 20px;
    margin-left: 45px;
    width: 193px;
    float: left
}

.yzm-input .title {
    margin: 5px auto;
    color: #9e9e9e;
    font-size: .8rem
}

.yzm-input input[type="text"] {
    padding: 0 .75rem;
    border-radius: .25rem;
    width: 100%;
    height: 40px;
    background: #fff;
    border: 0
}

.yzm-input input[type="text"]:focus {
    box-shadow: 2px 0 0 0 rgb(0 0 0 / 90%), 0px 2px 0 0 rgb(0 0 0 / 90%), -2px 0 0 0 rgb(0 0 0 / 90%), 0px -2px 0 0 rgb(0 0 0 / 90%)
}

.sound-img {
    position: absolute;
    right: 0;
    top: 0;
    height: 32px;
    display: none
}

.refresh-img {
    position: absolute;
    left: 165px;
    top: 44px;
    height: 32px
}

.login-div {
    margin: auto;
    width: 420px
}

.login-top {
    position: relative;
    margin: 40% auto -60px auto;
    width: 120px;
    height: 120px;
    background: url(../../images/hg/login-top.png) center right no-repeat;
    z-index: 999
}

.login-cen {
    padding: 80px 40px 30px 40px;
    width: 100%;
    height: auto;
    background: rgba(255, 255, 255, 0.75);
    border-radius: 15px;
    position: relative;
    z-index: 2;
    -webkit-box-shadow: 0 17px 33px -13px rgba(56, 80, 113, 0.7);
    -moz-box-shadow: 0 17px 33px -13px rgba(56, 80, 113, 0.7);
    box-shadow: 0 17px 33px -13px rgba(56, 80, 113, 0.7)
}

.login-cen-l {
    width: 497px;
    height: 328px;
    float: left
}

.login-cen-r {
    margin-left: 502px;
    height: 328px
}

.login-cen-line {
    width: 100%;
    height: 40px;
    background: url(../../images/hg/login-line.png) center right no-repeat
}

.login-cen-input {
    padding: 5px 0 15px 0
}

.login-cen-input ul {
    margin-top: 15px
}

.login-cen-input ul li {
    margin-bottom: 15px;
    width: 100%;
    height: 50px;
    border: 1px solid #03254e;
    background-color: #375173
}

.login-cen-input ul li label {
    cursor: pointer
}

.login-cen-input ul li:hover {
    border: 1px solid #01264e
}

.login-cen-input .input-tu {
    position: absolute;
    width: 49px;
    height: 49px;
    background-image: url(../../images/hg/login-name.png);
    background-color: #01264e;
    background-repeat: no-repeat
}

.input-tu.tu1 {
    background-position: 0 0
}

.input-tu.tu2 {
    background-position: 0 -50px
}

.input-tu.tu3 {
    background-position: 0 -100px
}

.input-tu.tu4 {
    background-position: 0 -150px
}

.login-cen-input ul li:hover .input-tu.tu1 {
    background-position: 0 -200px
}

.login-cen-input ul li:hover .input-tu.tu2 {
    background-position: 0 -250px
}

.login-cen-input ul li:hover .input-tu.tu3 {
    background-position: 0 -300px
}

.login-cen-input ul li:hover .input-tu.tu4 {
    background-position: 0 -350px
}

.login-cen-input .input-text {
    margin-left: 65px;
    cursor: pointer
}

.login-cen-input .input-text input[type=text] {
    margin: 5px auto;
    width: 95%;
    height: 40px;
    float: left;
    line-height: 40px;
    border: 0;
    font-size: 16px;
    background: 0;
    color: #fff
}

.login-cen-input .input-text input[type=password] {
    margin: 5px auto;
    width: 95%;
    height: 40px;
    float: left;
    line-height: 40px;
    border: 0;
    font-size: 16px;
    background: 0;
    color: #fff
}

.login-cen-input .input-text input::placeholder {
    color: #a9bdd1
}

.login-cen-input .input-yzm {
    margin-top: 5px;
    margin-right: 5px;
    width: 80px;
    height: 40px;
    float: right
}

.login-cen-input .input-yzm .ver_code_img {
    width: 100%;
    height: 100%
}

.login-cen-button {
    margin-top: 30px;
    height: 40px
}

.login-cen-button input[type="button"],
.login-cen-button input[type="submit"] {
    width: 100%;
    height: 100%;
    font-size: 14px;
    color: #fff;
    border: 0;
    border-radius: 3px;
    cursor: pointer
}

.login-cen-bottom {
    display: inline-block;
    margin-bottom: 20px;
    width: 100%
}

.login-cen-bottom .left {
    float: left;
    font-size: 12px;
    color: #3a5071
}

.login-cen-bottom .left label {
    cursor: pointer;
    letter-spacing: 1px
}

.login-cen-bottom .left input[type="checkbox"] {
    margin-top: -3px;
    margin-right: 3px;
    vertical-align: middle
}

.login-cen-bottom .right {
    float: right;
    font-size: 12px
}

.login-cen-bottom .right a {
    color: #3a5071;
    letter-spacing: 1px
}

.login-cen-bottom .right a:hover {
    color: #01264e
}

.reg-cen {
    margin: 20% auto 0 auto;
    padding: 10px 30px;
    width: 100%;
    height: auto;
    background: #fff;
    border-radius: 10px;
    position: relative;
    z-index: 2;
    -webkit-box-shadow: 4px 4px 21px 0 rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 4px 4px 21px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 4px 4px 21px 0 rgba(0, 0, 0, 0.4)
}

.reg-cen .login-cen-input .input-zi {
    float: left;
    width: 80px;
    text-align: right;
    font-size: 14px;
    line-height: 50px;
    color: #ddd
}

.reg-cen .login-cen-input .input-text {
    margin-left: 100px;
    cursor: pointer
}

.reg-cen-line {
    width: 100%;
    height: 40px;
    background: url(../../images/hg/reg-line.png) center right no-repeat
}

.login-reg {
    position: relative;
    z-index: 1;
    margin: auto 30px;
    margin-top: -15px
}

.login-reg .reg {
    color: #fff;
    float: left;
    width: 100%;
    height: 100%;
    padding: 10px 30px;
    background: #e74848;
    border-radius: 0 0 15px 15px
}

.login-reg .login {
    padding: 24px 30px 24px 30px;
    color: #01264e;
    font-weight: 400;
    float: left;
    width: 100%;
    height: 100%;
    background: url(../../images/hg/login-reg.png) no-repeat bottom;
    border-radius: 15px;
    text-align: center;
    border: 0;
    letter-spacing: 2px;
    transition: all .3s;
    cursor: pointer
}

.login-reg:hover {
    z-index: 999
}

.login-reg:hover .login {
    padding: 24px 30px 24px 30px;
    background-image: url(../../images/hg/login-reg-hover.png);
    -webkit-box-shadow: 2px 2px 21px 0 rgba(56, 80, 113, 0.5);
    -moz-box-shadow: 2px 2px 21px 0 rgba(56, 80, 113, 0.5);
    box-shadow: 2px 2px 21px 0 rgba(56, 80, 113, 0.5)
}

.protocol-div {
    margin: 40px auto 0 auto;
    padding: 40px 40px;
    width: 1000px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 15px;
    -webkit-box-shadow: 0 17px 33px -13px rgba(56, 80, 113, 0.7);
    -moz-box-shadow: 0 17px 33px -13px rgba(56, 80, 113, 0.7);
    box-shadow: 0 17px 33px -13px rgba(56, 80, 113, 0.7)
}

.protocol-top {
    padding-bottom: 30px;
    width: 100%;
    height: auto;
    line-height: 30px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    border-bottom: 0 solid #666
}

.protocol-cen {
    padding: 30px 30px;
    background: #fff;
    border-radius: 10px
}

.protocol-cen ul li {
    margin-bottom: 10px;
    margin-left: 20px;
    font-size: 14px;
    list-style: disc
}

.protocol-bottom {
    margin: 20px auto;
    width: 100%;
    text-align: center
}

.protocol-bottom label {
    cursor: pointer
}

.protocol-btn {
    position: relative;
    margin: 0 auto 10px auto;
    width: 360px;
    cursor: pointer
}

.protocol-btn .login {
    padding: 16px 30px 16px 30px;
    color: #fff;
    font-weight: bold;
    float: left;
    width: 100%;
    height: 100%;
    background: #02264d;
    border-radius: 15px;
    text-align: center;
    letter-spacing: 2px;
    transition: all .3s;
    cursor: pointer
}

.protocol-btn .login.nullity {
    background: #eee
}

.protocol-btn:hover {
    z-index: 999
}

.protocol-btn:hover .login {
    padding: 16px 30px 16px 30px;
    background: #0a3564;
    -webkit-box-shadow: 2px 2px 21px 0 rgba(56, 80, 113, 0.5);
    -moz-box-shadow: 2px 2px 21px 0 rgba(56, 80, 113, 0.5);
    box-shadow: 2px 2px 21px 0 rgba(56, 80, 113, 0.5)
}

.b-gray {
    background: #999;
    color: #fff
}

.b-green {
    background: #60bb5e;
    color: #fff
}

.b-orange {
    background: #ed8c47;
    color: #fff
}

.b-cyan {
    background: #57c8ce;
    color: #fff
}

.b-blue {
    background: #4892e7;
    color: #fff
}

.b-red {
    background: #e84c4c;
    color: #fff
}

.b-purple {
    background: #8b53da;
    color: #fff
}

.gray-jianbian {
    color: #333;
    cursor: pointer;
    background: #f0f0f0;
    background: -webkit-linear-gradient(#fff, #f0f0f0);
    background: -o-linear-gradient(#fff, #f0f0f0);
    background: -moz-linear-gradient(#fff, #f0f0f0);
    background: linear-gradient(#fff, #f0f0f0)
}

.blue-jianbian {
    color: #fff;
    cursor: pointer;
    border: 1px solid #4d82bf;
    background: #375173;
    background: -webkit-linear-gradient(#375173, #01264e);
    background: -o-linear-gradient(#375173, #01264e);
    background: -moz-linear-gradient(#375173, #01264e);
    background: linear-gradient(#375173, #01264e)
}

.blue-jianbian:hover {
    background: #072e57
}

.blue-jianbian:active {
    color: #FFF;
    cursor: pointer;
    background: #01264e;
    background: -webkit-linear-gradient(#01264e, #375173);
    background: -o-linear-gradient(#01264e, #375173);
    background: -moz-linear-gradient(#01264e, #375173);
    background: linear-gradient(#01264e, #375173)
}

.cyan-jianbian {
    color: #fff;
    cursor: pointer;
    border: 1px solid #45acb1;
    background: #63d0cf;
    background: -webkit-linear-gradient(#63d0cf, #36adac);
    background: -o-linear-gradient(#63d0cf, #36adac);
    background: -moz-linear-gradient(#63d0cf, #36adac);
    background: linear-gradient(#63d0cf, #36adac)
}

.cyan-jianbian:hover {
    background: #51bbc1
}

.cyan-jianbian:active {
    color: #FFF;
    cursor: pointer;
    background: #36adac;
    background: -webkit-linear-gradient(#36adac, #63d0cf);
    background: -o-linear-gradient(#36adac, #63d0cf);
    background: -moz-linear-gradient(#36adac, #63d0cf);
    background: linear-gradient(#36adac, #63d0cf)
}

.pink-jianbian {
    color: #fff;
    cursor: pointer;
    border: 1px solid #c50b8e;
    background: #ee44bc;
    background: -webkit-linear-gradient(#ee44bc, #c3098c);
    background: -o-linear-gradient(#ee44bc, #c3098c);
    background: -moz-linear-gradient(#ee44bc, #c3098c);
    background: linear-gradient(#ee44bc, #c3098c)
}

.pink-jianbian:hover {
    background: #c50b8e
}

.pink-jianbian:active {
    color: #FFF;
    cursor: pointer;
    background: #c3098c;
    background: -webkit-linear-gradient(#c3098c, #ee44bc);
    background: -o-linear-gradient(#c3098c, #ee44bc);
    background: -moz-linear-gradient(#c3098c, #ee44bc);
    background: linear-gradient(#c3098c, #ee44bc)
}

.lightred-jianbian {
    color: #fff;
    cursor: pointer;
    border: 1px solid #d74343;
    background: #e74848;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#e74848', endColorstr='#d24141');
    background: -webkit-linear-gradient(#e74848, #d24141);
    background: -o-linear-gradient(#e74848, #d24141);
    background: -moz-linear-gradient(#e74848, #d24141);
    background: linear-gradient(#e74848, #d24141)
}

.lightred-jianbian:hover {
    background: #d74343
}

.lightred-jianbian:active {
    color: #FFF;
    cursor: pointer;
    background: #d24141;
    background: -webkit-linear-gradient(#d24141, #e74848);
    background: -o-linear-gradient(#d24141, #e74848);
    background: -moz-linear-gradient(#d24141, #e74848);
    background: linear-gradient(#d24141, #e74848)
}

.red-jianbian {
    color: #fff;
    cursor: pointer;
    border: 1px solid #c50c0c;
    background: #e44;
    background: -webkit-linear-gradient(#e44, #c30909);
    background: -o-linear-gradient(#e44, #c30909);
    background: -moz-linear-gradient(#e44, #c30909);
    background: linear-gradient(#e44, #c30909)
}

.red-jianbian:hover {
    background: #c50c0c
}

.red-jianbian:active {
    color: #FFF;
    cursor: pointer;
    background: #c30909;
    background: -webkit-linear-gradient(#c30909, #e44);
    background: -o-linear-gradient(#c30909, #e44);
    background: -moz-linear-gradient(#c30909, #e44);
    background: linear-gradient(#c30909, #e44)
}

.yellow-jianbian {
    color: #474747;
    cursor: pointer;
    border: 1px solid #ffd40c;
    background: #ffda14;
    background: -webkit-linear-gradient(#ffda14, #ffcd01);
    background: -o-linear-gradient(#ffda14, #ffcd01);
    background: -moz-linear-gradient(#ffda14, #ffcd01);
    background: linear-gradient(#ffda14, #ffcd01)
}

.yellow-jianbian:hover {
    background: #ffd40b
}

.yellow-jianbian:active {
    color: #FFF;
    cursor: pointer;
    background: #ffcd01;
    background: -webkit-linear-gradient(#ffcd01, #ffda14);
    background: -o-linear-gradient(#ffcd01, #ffda14);
    background: -moz-linear-gradient(#ffcd01, #ffda14);
    background: linear-gradient(#ffcd01, #ffda14)
}

@media screen and (min-width:0) and (max-width:700px) {
    .protocol-div {
        margin: 10px 10px auto 10px;
        padding: 10px;
        width: auto
    }

    .protocol-cen {
        padding: 15px
    }

    .protocol-cen ul li {
        margin-bottom: 10px
    }

    .protocol-bottom {
        margin: 20px auto
    }
}