@charset "UTF-8";
html, body, div, span, object, iframe, h1, h2, h3,
h4, h5, h6, p, blockquote, pre, a, abbr, acronym,
address, big, cite, code, del, dfn, em, font, img, ins,
kbd, q, s, samp, small, strike, strong, sub, sup, tt,
var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: "PingFang SC", "MicroSoft YaHei", "宋体", serif;
    vertical-align: baseline; }
body {
    min-width: 1200px;
}
/* html { 
        -webkit-filter: grayscale(100%); 
        -moz-filter: grayscale(100%); 
        -ms-filter: grayscale(100%); 
        -o-filter: grayscale(100%); 
        filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);  
        _filter:none; 
    } */
:focus {
    outline: 0; }

a {
    cursor: pointer;
    color: inherit; }

a, a:link, a:visited, a:hover, a:active {
    text-decoration: none; }
.none{display:none;}
table {
    border-collapse: separate;
    border-spacing: 0; }

th, td {
    text-align: left;
    font-weight: normal; }

img, iframe {
    border: none;
    text-decoration: none; }

ol, ul {
    list-style: none; }

input, textarea, select, button {
    font-size: 100%;}

img {
    vertical-align: middle; }
.pr{    position: relative;
}
hr {
    margin: 0;
    padding: 0;
    border: 0;
    color: #000;
    background-color: #000;
    height: 1px; }

table {
    background-color: transparent;
    border-spacing: 0;
    border-collapse: collapse; }

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

i, em {
    font-style: normal; }

*:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

.fl {
    float: left; }

.fr {
    float: right; }

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

.clearfix:after, .footer .footer-links:after {
    clear: both; }

.wrapper {
    width: 1200px;
    display: block;
    margin: auto; }

.header {
    height: 64px; }
.header .logo img {
    display: inline-block;
    width: 28px;
    margin-right: 8px;
    vertical-align: middle; }
.header .logo span {
    font-size: 20px;
    color: #427bf4;
    line-height: 64px;
    vertical-align: middle; }
.header .nav {
    height: 64px;
    line-height: 64px;
    padding-left: 8px; }
.header .nav > .nav-item {
    float: left;
    margin: 0 9px;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    cursor: pointer;
    position: relative; }
.header .nav > .nav-item:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    background: #427bf4;
    display: none; }
.header .nav > .nav-item:hover {
    color: #578dfb; }
.header .nav > .nav-item:hover .nav-sub-box {
    display: block; }
.header .nav > .nav-item.active {
    color: #578dfb; }
.header .nav > .nav-item.active:after {
    display: block; }
.header .nav > .nav-item:first-child {
    padding-left: 0; }
.header .nav > .nav-item a{
    display: block;}
.header .nav > .nav-item .nav-sub-box {
    display: none;
    position: absolute;
    left: 0;
    top: 64px;
    background: #ffffff;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.4);
    width: 367px;
    height: 226px;
    z-index: 10;
    padding: 11px; }
.header .nav > .nav-item .nav-sub-box:before, .header .nav > .nav-item .nav-sub-box:after {
    content: "";
    display: table; }
.header .nav > .nav-item .nav-sub-box:after {
    clear: both; }
.header .nav > .nav-item .nav-sub-box > .nav-col {
    width: 165px;
    height: auto;
    float: left; }
.header .nav > .nav-item .nav-sub-box > .nav-col .sub-title {
    font-size: 16px;
    font-weight: 500;
    color: #447cf4;
    line-height: 40px;
    padding: 0 14px;
    cursor: auto; }
.header .nav > .nav-item .nav-sub-box > .nav-col .sub-nav-list > .sub-nav-item {
    height: 40px;
    line-height: 40px;
    padding: 0 14px;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    cursor: pointer; }
.header .nav > .nav-item .nav-sub-box > .nav-col .sub-nav-list > .sub-nav-item.active, .header .nav > .nav-item .nav-sub-box > .nav-col .sub-nav-list > .sub-nav-item:hover {
    background: #f9f9f9; }
.header .search-input {
    width: 245px;
    height: 30px;
    margin: 10px 0;
    line-height: 1;
    background: rgba(216, 216, 216, 0.3);
    display: inline-block;
    position: relative; 
    vertical-align: middle;
}
.header .search-input > .search-text {
    width: 160px;
    height: 100%;
    line-height: 30px;
    padding: 0 30px 0 10px;
    border-width: 0;
    background: transparent;
    color: #061C32;
    font-size: 13px; }
.header .search-input > .search-icon {
    width: 30px;
    height: 30px;
    background: url("../images/header/search-icon.png") no-repeat center center;
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 1; }
.header .language-btn {
    cursor: auto;
    padding: 0 13px 0;
    margin-left: 10px;
    font-size: 16px;
    font-weight: 400;
    color: #a9a9a7;
    line-height: 50px; }
.header .user-btn {
    display: none;
    cursor: pointer;
    padding: 0 1px 0;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 16px;
    line-height: 50px;
}
.header .user-btn img{
    width: 35px;
    height: 35px;
    border-radius: 120px;
}
.header .register-box {
    margin: 12px 0;
    width: 60px;
    height: 40px;
    border-radius: 5px;
    background: #427bf4;
    display:inline-block;
    vertical-align: middle;
}
.header .register-btn {
    width: 100%;
    height: 40px;
    display:inline-block;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    text-align: center;
    line-height: 40px; }

.footer {
    background: #335292;
    position: relative;
    z-index: 200; }
.footer .footer-links .links-block {
    float: left;
    padding: 40px 0 20px 0;
    width: 25%; }
.footer .footer-links .links-block .tit {
    padding-left: 50px;
    position: relative;
    font-size: 18px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.6);
    line-height: 36px;
    margin-bottom: 8px; }
.footer .footer-links .links-block .tit > img {
    position: absolute;
    left: 0;
    top: 0;
    width: 36px;
    height: 36px; }
.footer .footer-links .links-block .link-list {
    padding-left: 50px; }
.footer .footer-links .links-block .link-list > li {
    font-size: 14px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.4);
    line-height: 36px; }
.footer .footer-links .links-block.contact {
    padding-top: 33px; }
.footer .footer-links .links-block.contact .phone .key {
    font-size: 13px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.6);
    line-height: 18px; }
.footer .footer-links .links-block.contact .phone .num {
    display: block;
    font-size: 26px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.8);
    line-height: 37px; }
.footer .footer-links .links-block.contact .wxcode{
    width: 140px;
    height: 150px;
    border-radius: 4px;
    margin-top: 10px ;
    display: flex;
    align-items: flex-start;
}
.footer .footer-links .links-block.contact .wxcode p{
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.8);
    line-height: 18px;
}
.footer .footer-links .links-block.contact .wxcode img {
    width: 120px;
    height: 120px;
    margin: 5px auto 3px;
    display: block; }
.footer .footer-links .links-block.contact .wxcode .wxgzhh {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.footer .footer-links .links-block.contact .wxcode .sqdl {
    margin-left: 10px;
}
.footer .footer-links .links-block.contact .wxcode .sqdl img{
    width: 180px;
}
.footer .footer-links .links-block.contact .code-list {
    margin-top: 180px; }
.footer .footer-links .links-block.contact .code-list > .code-item {
    position: relative;
    float: left;
    margin-right: 48px;
    cursor: pointer; }
.footer .footer-links .links-block.contact .code-list > .code-item .default-img {
    width: 32px;
    height: 32px;
    display: block; }
.footer .footer-links .links-block.contact .code-list > .code-item .active-img {
    display: none;
    width: 32px;
    height: 32px; }
.footer .footer-links .links-block.contact .code-list > .code-item .code-popover {
    width: 140px;
    height: 150px;
    background: white;
    border-radius: 4px;
    position: absolute;
    bottom: 44px;
    display: none; }
.footer .footer-links .links-block.contact .code-list > .code-item .code-popover:after {
    content: "";
    border-width: 6px 6px 0 6px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    bottom: -6px; }
.footer .footer-links .links-block.contact .code-list > .code-item .code-popover img {
    width: 118px;
    height: 118px;
    margin: 5px auto 3px;
    display: block; }
.footer .footer-links .links-block.contact .code-list > .code-item .code-popover p {
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    color: rgba(37, 37, 37, 0.8);
    line-height: 17px; }
.footer .footer-links .links-block.contact .code-list > .code-item:nth-child(1) .code-popover {
    left: 0; }
.footer .footer-links .links-block.contact .code-list > .code-item:nth-child(1) .code-popover:after {
    left: 10px; }
.footer .footer-links .links-block.contact .code-list > .code-item:nth-child(2) .code-popover {
    left: -54px; }
.footer .footer-links .links-block.contact .code-list > .code-item:nth-child(2) .code-popover:after {
    left: 64px; }
.footer .footer-links .links-block.contact .code-list > .code-item:nth-child(3) .code-popover {
    left: -108px; }
.footer .footer-links .links-block.contact .code-list > .code-item:nth-child(3) .code-popover:after {
    right: 10px; }
.footer .footer-links .links-block.contact .code-list > .code-item.active .default-img {
    display: none; }
.footer .footer-links .links-block.contact .code-list > .code-item.active .active-img {
    display: block; }
.footer .footer-links .links-block.contact .code-list > .code-item.active .code-popover {
    display: block; }
.footer .footer-copyright {
    height: 84px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    padding-top: 20px;
    color: #ffffff;
    border-top: 1px solid rgba(255, 255, 255, 0.1); }
.footer .footer-copyright > p {
    margin-bottom: 6px;
    filter: alpha(opacity=0.3);
    opacity: 0.3; }

.g-banner {
    height: 330px;
    overflow: hidden;
    position: relative; }
.g-banner > img {
    min-height: 100%;
    min-width: 100%;
    margin: auto; }
.g-banner .cont {
    position: absolute;
    width: 1200px;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    margin-top:-42px;
    bottom: 0;
    text-align: left;
    color: #ffffff;
}
.g-banner .cont .label {
    height: 0px;
    font-size: 50px;
    font-weight: 500;
    line-height: 70px;
    color: #fff;
    text-align:center;
}
.g-banner .cont .title {
    font-size: 48px;
    font-weight: 500;
    line-height: 84px;
    color: #fff;
    text-align: center;
}

.g-tabs-box {
    height: 64px;
    border-bottom: 1px solid rgba(125, 123, 123, 0.3);
    margin-bottom: 31px; }
.g-tabs-box .g-tabs {
    display: flex;
    align-items: center;
    justify-content: space-evenly; }
.g-tabs-box .g-tabs li {
    display: inline-block;
    line-height: 64px;
    font-size: 21px;
    font-weight: 400;
    color: #333333;
    cursor: pointer; }
.g-tabs-box .g-tabs li.active {
    position: relative;
    color: #578dfb; }
.g-tabs-box .g-tabs li.active:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    background: #578dfb; }
.g-tabs-box + .g-tabs-empty-box {
    height: 95px;
    display: none; }
.g-tabs-box.fixed {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 100;
    margin-bottom: 0;
    background-color: #fff; }
.g-tabs-box.fixed li {
    color: #333; }
.g-tabs-box.fixed li.active {
    color: #578dfb; }
.g-tabs-box.fixed li.active:after {
    background-color: #578dfb; }
.g-tabs-box.fixed + .g-tabs-empty-box {
    display: block; }

.g-tabs2 .g-tabs__header {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
    height: 56px;
    border-bottom: 1px solid rgba(131, 131, 133, 0.6); }
.g-tabs2 .g-tabs__header > li {
    display: inline-block;
    min-width: 171px;
    margin: 0 20px;
    padding: 0 10px;
    text-align: center;
    line-height: 55px;
    position: relative;
    white-space: nowrap;
    font-size: 18px;
    color: #2D3032;
    cursor: pointer; }
.g-tabs2 .g-tabs__header > li.active {
    color: #427bf4; }
.g-tabs2 .g-tabs__header > li.active:after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    background-color: #427bf4; }

.g-tabs2 .g-tabs__content .g-tab-pane {
    display: none; }

.g-side-menu {
    float: left;
    width: 256px;
    background: #f5f8fc;
    height: 600px;
    overflow: auto; }
.g-side-menu .g-menu__title {
    height: 82px;
    padding: 22px 0 32px 36px;
    position: relative;
    font-size: 20px;
    color: #2d3032; }
.g-side-menu .g-menu__title:after {
    content: "";
    background: #427bf4;
    position: absolute;
    left: 36px;
    bottom: 20px;
    display: block;
    width: 61px;
    height: 2px; }
.g-side-menu .g-menu__list li {
    font-size: 16px;
    line-height: 60px;
    padding: 0 36px;
    color: #333333;
    cursor: pointer;
    box-shadow: 0px 1px 0px 0px #d3d5df;
    /* &:hover {
        color: #ffffff;
        background:rgba(#427bf4, .8);
      } */ }
.g-side-menu .g-menu__list li.active, .g-side-menu .g-menu__list li:hover {
    color: #ffffff;
    background: #427bf4;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.3); }
.g-side-menu .g-menu__list li > a {
    display: block; }
.g-side-menu.fixed {
    position: fixed;
    top: 95px;
    z-index: 100; }
.g-side-menu__group {
    width: 100%; }
.g-side-menu__group .g-menu__title {
    background-color: #ebf1f9;
    position: relative;
    cursor: pointer; }
.g-side-menu__group .g-menu__title:before,.g-menu__subTtitle:before {
    content: "";
    position: absolute;
    border: 6px solid;
    border-color: transparent transparent #838385 transparent;
    right: 20px;
    top: 50%;
    margin-top: -6px; }
.g-side-menu__group .g-menu__list {
    display: none; }
.g-side-menu__group.isOpened .g-menu__title {
    border-color: transparent transparent #838385 transparent; }
.g-side-menu__group.isOpened .g-menu__title:before,.g-menu__subTtitle.isOpened:before {
    border-color: #838385 transparent transparent transparent; }
.g-side-menu__group.isOpened .g-menu__list {
    display: block; }
.g-side-menu__group .g-menu__subTtitle{position: relative;}
.g-menu__subList{text-indent: 20px;display: none;}
.g-menu__subList:not(.isOpened)~.g-menu__subList{display: none;}
.g-menu__subTtitle.isOpened~.g-menu__subList{display: block;}

.g-pager:before, .g-pager:after {
    content: "";
    display: table; }

.g-pager:after {
    clear: both; }

.g-pager .paginationjs {
    float: right; }
.g-pager .paginationjs .paginationjs-pages li {
    float: left;
    border: 1px solid #e6e6e6;
    border-right: none;
    background-color: #fff; }
.g-pager .paginationjs .paginationjs-pages li:hover {
    border-right: 1px solid;
    border-color: #578dfb;
    margin-right: -1px;
    z-index: 10;
    position: relative; }
.g-pager .paginationjs .paginationjs-pages li.active > a {
    background: #578dfb; }
.g-pager .paginationjs .paginationjs-pages li.active:hover > a {
    background: #578dfb; }
.g-pager .paginationjs .paginationjs-pages li:first-child {
    padding: 0 19px; }
.g-pager .paginationjs .paginationjs-pages li:last-child {
    padding: 0 19px;
    border-right: 1px solid #e6e6e6; }
.g-pager .paginationjs .paginationjs-pages li:last-child:hover {
    border-right: 1px solid #578dfb;
    margin-right: 0; }
.g-pager .paginationjs .paginationjs-pages li > a {
    font-size: 14px;
    font-weight: 400;
    color: #646464;
    min-width: 40px; }
.g-pager .paginationjs .paginationjs-pages li > a:hover {
    background: inherit; }
.g-pager .paginationjs .paginationjs-go-input {
    margin-left: 25px;
    font-size: 14px;
    font-weight: 400;
    color: #646464; }
.g-pager .paginationjs .paginationjs-go-input > input[type="text"] {
    width: 40px;
    height: 28px;
    padding: 0 5px;
    background: #ffffff;
    border: 1px solid #e6e6e6;
    line-height: 28px;
    color: #646464;
    font-size: 14px; }
.g-pager .paginationjs .paginationjs-go-button > input[type="button"] {
    width: 60px;
    height: 30px;
    background: #ffffff;
    border: 1px solid #e6e6e6;
    font-size: 14px;
    font-weight: 400;
    color: #646464; }

.g-title {
    font-size: 24px;
    color: #2d3032;
    padding-left: 10px;
    position: relative;
    line-height: 33px;
    margin-bottom: 15px; }
.g-title::before {
    content: "";
    display: block;
    width: 4px;
    height: 20px;
    background-color: #427bf4;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -10px; }

.g-tac {
    text-align: center; }

.g-tal {
    text-align: center; }

.g-tar {
    text-align: right; }

.g-form .g-form-item {
    margin-bottom: 12px; }
.g-form .g-form-item .g-form-item__label {
    line-height: 30px;
    display: inline-block;
    width: 65px;
    font-size: 12px;
    font-weight: 400;
    color: #061C32; }
.g-form .g-form-item .g-form-item__content {
    display: inline-block;
    width: 167px; }

.g-input {
    height: 30px;
    background: #FFFFFF;
    border-radius: 2px;
    border: 1px solid rgba(155, 155, 155, 0.4);
    font-size: 12px;
    font-weight: 400;
    color: #061C32;
    line-height: 28px;
    padding: 0 9px;
    width: 100%; }
.g-input:-moz-placeholder {
    color: rgba(6, 28, 50, 0.4); }
.g-input:-ms-input-placeholder {
    color: rgba(6, 28, 50, 0.4); }
.g-input::-webkit-input-placeholder {
    color: rgba(6, 28, 50, 0.4); }
.g-input::placeholder {
    color: rgba(6, 28, 50, 0.4); }

.g-check-input {
    width: 100%;
    border: 1px solid rgba(155, 155, 155, 0.4);
    border-radius: 2px;
    background: #FFFFFF;
    position: relative; }
.g-check-input input {
    border: none;
    font-size: 12px;
    font-weight: 400;
    color: #061C32;
    line-height: 28px;
    padding: 0 65px 0 9px;
    width: 100%; }
.g-check-input input:-moz-placeholder {
    color: rgba(6, 28, 50, 0.4); }
.g-check-input input:-ms-input-placeholder {
    color: rgba(6, 28, 50, 0.4); }
.g-check-input input::-webkit-input-placeholder {
    color: rgba(6, 28, 50, 0.4); }
.g-check-input input::placeholder {
    color: rgba(6, 28, 50, 0.4); }
.g-check-input .g-check-input__num {
    position: absolute;
    display: block;
    right: 0;
    top: 0;
    bottom: 0;
    width: 56px;
    line-height: 28px;
    text-align: center;
    background: rgba(155, 155, 155, 0.1);
    border-radius: 2px;
    font-size: 12px;
    font-weight: 400;
    color: #061C32;
    cursor: pointer; }

.g-button {
    display: inline-block;
    height: 32px;
    line-height: 32px;
    background: #427BF4;
    border-radius: 2px;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    padding: 0 15px;
    text-align: center;
    user-select: none; }
.g-button:hover {
    opacity: .95; }
.g-button:active {
    opacity: .9; }
.g-button.block {
    display: block; }

.g-select {
    position: relative;
    width: 80px;
    display: inline-block; }
.g-select .g-select__input > input {
    border-width: 0;
    line-height: 30px;
    padding: 0 20px 0 9px;
    background: transparent;
    font-size: 13px;
    font-weight: 400;
    color: #333330;
    height: 30px;
    width: 100%; }
.g-select .g-select__input > .select-icon {
    position: absolute;
    background: url("../images/common/select-icon.png") no-repeat center center;
    background-size: 100% 100%;
    width: 6px;
    height: 6px;
    right: 10px;
    top: 12px; }
.g-select .g-select__option-list {
    position: absolute;
    background: #FFFFFF;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
    width: 100%;
    left: 0;
    top: 30px;
    display: none;
    z-index: 10; }
.g-select .g-select__option-list > li {
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    font-weight: 400;
    color: #333330;
    cursor: pointer;
    padding: 0 9px; }
.g-select .g-select__option-list > li.active, .g-select .g-select__option-list > li:hover {
    background: rgba(70, 130, 255, 0.3); }
.g-select:hover .g-select__option-list {
    display: block; }
.msg{position: fixed;display: none;left: 0;right: 0;bottom: 0;top: 0;background: rgba(0,0,0,0.5);z-index: 99;}
.loading {position: fixed;z-index: 999;top: 50%;left: 50%;transform: translate(-50%, -50%);}
.loading .dot {width: 20px;height: 20px;background: #85e8ff;border-radius: 100%;display: inline-block;animation: slide 1s infinite;}
.loading .dot:nth-child(1) {animation-delay: 0.1s;background: #32aacc;}
.loading .dot:nth-child(2) {animation-delay: 0.2s;background: #a2e1fd;}
.loading .dot:nth-child(3) {animation-delay: 0.3s;background: #b8dcfb;}
.loading .dot:nth-child(4) {animation-delay: 0.4s;background: #d2d6f9;}
.loading .dot:nth-child(5) {animation-delay: 0.5s;background: #ead0f7;}
@-moz-keyframes slide {0% {  transform: scale(1);}50% {  opacity: 0.3;  transform: scale(2);}100% {  transform: scale(1);}}
@-webkit-keyframes slide {0% {  transform: scale(1);}50% {  opacity: 0.3;  transform: scale(2);}100% {  transform: scale(1);}}
@-o-keyframes slide {0% {  transform: scale(1);}50% {  opacity: 0.3;  transform: scale(2);}100% {  transform: scale(1);}}
@keyframes slide {0% {  transform: scale(1);}50% {  opacity: 0.3;  transform: scale(2);}100% {  transform: scale(1);}}
/*  弹窗*/
.openBox {
    display: none;
    z-index: 9999;
    width: 95%;
    max-width: 450px;
    position: relative;
    background: #fff;
    padding-bottom: .2rem;
    color: #761c27;
    border-radius: 10px;
    font-size: 14px;
}
.openBox h4 span {
    width: 38px;
    height: 38px;
    line-height: 32px;
    border-radius: 30px;
    border:0px solid #aeaeae;
    font-size: 40px;
    color: #080808;
    cursor: pointer;
    text-align: center;
    font-weight: bold;
    background-color: #fff;
}
.openBox h4 {
    border-bottom: 0px solid #aeaeae;
    padding:10px;
}
.openBox .resultInfo {
    padding: 20px 20px;
    line-height:35px;
    margin: 0 auto;
    text-align: center;
}
.btnBox {
    text-align: center;
    padding-bottom: 20px;
}
.openBox .btn {
    width: 300px;
    height: 45px;
    font-size: 18px;
    line-height: 45px;
    background-color: #427bf4;
    color: #fff;
    border-radius: 40px;
    padding: 0;
    border: none;
}

.g-form ul.onlineRecharge{font-size: 0;margin-bottom: 25px;}
.g-form ul.onlineRecharge li{width: 44px;height: 35px;line-height: 35px;border: 1px solid #ccc;display: inline-block;vertical-align: middle;margin-right: 5px;text-align: center;font-size: 12px;box-sizing:border-box;cursor: pointer;}
.g-form ul.onlineRecharge li.otherAmout{margin-right: 0;}
.g-form ul.onlineRecharge li input{width: 42px;border: 0;display: inline-block;text-align: center;}
.g-form ul.onlineRecharge li.on{border: 1px solid #427bf4;color: #427bf4;}