@charset "utf-8";
html {
    max-width: 750px;
    margin: 0 auto;
    font-size: calc(100vw / 7.5);
}

body, h1, h2, h3, h4, h5, h6, p, ul, ol {
    margin: 0;
    padding: 0;
}

body {
    color: #333;
    background-color: #fff;
    font-size: .2rem;
    font-family: "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "Microsoft Yahei UI", SimHei, "宋体", simsun, sans-serif;
}

ul, ol {
    list-style: outside none none;
}

a, a:link, a:hover, a:active {
    text-decoration: none;
    outline: none;
}

img {
    display: block;
    max-width: 100%;
}

div {
    box-sizing: border-box;
}

button {
    outline: none;
}

.none {
    display: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.text_l {
    text-align: left !important;
}

.text_r {
    text-align: right !important;
}

.text_c {
    text-align: center !important;
}
.mg_t05 {
    margin-top: -0.5rem !important;
}
.mg_t5 {
    margin-top: .05rem !important;
}

.mg_t10 {
    margin-top: .1rem !important;
}

.mg_t15 {
    margin-top: .15rem !important;
}

.mg_t20 {
    margin-top: .2rem !important;
}

.mg_t25 {
    margin-top: .25rem !important;
}

.mg_t30 {
    margin-top: .3rem !important;
}

.mg_t35 {
    margin-top: .35rem !important;
}

.mg_t40 {
    margin-top: .4rem !important;
}

.mg_t45 {
    margin-top: .45rem !important;
}

.mg_t50 {
    margin-top: .5rem !important;
}

.mg_t60 {
    margin-top: .6rem !important;
}

.mg_t70 {
    margin-top: .7rem !important;
}

.mg_t80 {
    margin-top: .8rem !important;
}

.mg_t100 {
    margin-top: 1rem !important;
}

.mg_t120 {
    margin-top: 1.2rem !important;
}

.mg_b80 {
    margin-bottom: .8rem !important;
}

.mg_b140 {
    margin-bottom: 1.4rem !important;
}

.mg_l15 {
    margin-left: .15rem !important;
}

.center {
    padding: 0 .3rem;
}

.inside_banner {
    margin-top: .94rem;
}

.inside_banner .center {
    height: 2.5rem;
    overflow: hidden;
}

.inside_banner .center img {
    width: 100%;
    /*min-height: 100%;*/
}

.inside_title {
    text-align: center;
}

.inside_title h2 {
    font-size: .32rem;
    font-weight: bold;
    background: url(../images/icon_insideTitle.png) no-repeat left center/.25rem;
    display: inline-block;
    padding-left: .35rem;
}

.inside_title p {
    font-size: .18rem;
    color: #666;
}

#header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: #fff;
}

#header .center {
    display: flex;
    height: .94rem;
    justify-content: space-between;
    align-items: center;
}

#header .center .logo {
    width: 2rem;
}

#header .center .navBar {
    width: .36rem;
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
}

#header .layui-nav {
    display: none;
    position: absolute;
    top: .94rem;
    right: 0;
    background: #2577e3;
}

#header .layui-nav-tree .layui-nav-item:active {
    background: #2577e3;
}

#header .language {
    margin-left: 85px;
    margin-top: 6px;
}
#header  .btn-default {
    color: #2577e3;
    background: #fff;
    width: 0.8rem;
    border-radius: 0.5rem;
}
#active{
    color: #fff;
    background: #2577e3;

}
#header  .btn:hover,
#header .btn-group > .btn:hover {
    background-color: #fff;
}
#header .btn.active,
#header .btn:active,
#header .btn:focus,
    /* #header .btn-group-vertical > .btn:hover, */
#header .btn-group > .btn.active,
#header .btn-group > .btn:active,
#header .btn-group > .btn:focus {
    color: #2577e3;
    background-color: #fff;
    border-color: #2577e3;
}
#footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    height: .98rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #e3f0ff;
}

#footer .item {
    flex: 1;
    height: .78rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    border-left: .01rem solid #466090;
}

#footer .item:first-child {
    border-left: none;
}

#footer .item .pic {
    width: .54rem;
    height: .5rem;
}

#footer .item p {
    font-size: .22rem;
    color: #466090;
}

.float {
    position: fixed;
    bottom: 1.5rem;
    right: .3rem;
    z-index: 999;
}

.float .item {
    width: 1.1rem;
    height: 1.1rem;
    border-radius: .06rem .06rem 0 0;
    background: #2577e3;
    opacity: 0.7;
    display: flex;
    justify-content: center;
    align-items: center;
}

.float .item  img {
    width: .4rem;
}
.service-title{
    width: 1.1rem;
    height: 0.2rem;
    border-radius:0 0 .06rem .06rem;
    background: #2577e3;
    opacity: 0.7;
    display: flex;


}
#counterBox {
    display: none;
    padding: .45rem .35rem;
    text-align: center;
}

#counterBox .inside_title_s h2 {
    font-size: .32rem;
    font-weight: bold;
    display: inline-block;
    padding-left: .4rem;
    background: url(../images/icon_annuity_transInfo_counter.png) no-repeat left center/.24rem;
    line-height: .32rem;
}

#counterBox .layui-form-item {
    margin-bottom: .15rem;
    position: relative;
}

#counterBox .star {
    position: absolute;
    z-index: 2;
    left: .2rem;
    font-size: .24rem;
    line-height: .9rem;
    color: #e31e1e;
}

#counterBox .yuan {
    position: absolute;
    z-index: 2;
    right: .24rem;
    line-height: .8rem;
    color: #666;
}

#counterBox .layui-form-select dl dd.layui-this {
    background-color: #ccc;
}

#counterBox .layui-input, .layui-select {
    height: .8rem;
    line-height: .8rem;
    border-radius: .04rem;
    padding-left: .4rem;
    padding-right: .8rem;
    font-size: .24rem;
}

input::-webkit-input-placeholder {
    color: #808080;
}

input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #808080;
}

input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #808080;
}

input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #808080;
}

#counterBox .layui-btn {
    height: .8rem;
    line-height: .8rem;
    border-radius: .04rem;
    font-size: .24rem;
    background: -webkit-linear-gradient(top, #f58b4d, #e36820);
    /* Safari 5.1 to 6.0 */
    background: -o-linear-gradient(top, #f58b4d, #e36820);
    /* Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(top, #f58b4d, #e36820);
    /* Firefox 3.6 to 15 */
    background: -ms-linear-gradient(top, #f58b4d, #e36820);
    /* IE 10 */
    background: linear-gradient(top, #f58b4d, #e36820);
    /* 标准语法 */
}

#counterBox .explain {
    color: #666;
    line-height: 1.6;
    text-align: left;
}





#countSpeak {
    display: none;
    padding: .45rem .35rem;
    text-align: center;
}

#countSpeak .inside_title_s h2 {
    font-size: .32rem;
    font-weight: bold;
    display: inline-block;
    padding-left: .4rem;
    line-height: .32rem;
}

#countSpeak .layui-form-item {
    margin-bottom: .15rem;
    position: relative;
}

#countSpeak .star {
    position: absolute;
    z-index: 2;
    left: .2rem;
    font-size: .24rem;
    line-height: .9rem;
    color: #e31e1e;
}

#countSpeak .yuan {
    position: absolute;
    z-index: 2;
    right: .24rem;
    line-height: .8rem;
    color: #666;
}

#countSpeak .layui-form-select dl dd.layui-this {
    background-color: #ccc;
}

#countSpeak .layui-input, .layui-select {
    height: .8rem;
    line-height: .8rem;
    border-radius: .04rem;
    padding-left: .4rem;
    padding-right: .8rem;
    font-size: .24rem;
}

input::-webkit-input-placeholder {
    color: #808080;
}

input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #808080;
}

input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #808080;
}

input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #808080;
}

#countSpeak .layui-btn {
    height: .8rem;
    line-height: .8rem;
    border-radius: .04rem;
    font-size: .24rem;
    background: -webkit-linear-gradient(top, #f58b4d, #e36820);
    /* Safari 5.1 to 6.0 */
    background: -o-linear-gradient(top, #f58b4d, #e36820);
    /* Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(top, #f58b4d, #e36820);
    /* Firefox 3.6 to 15 */
    background: -ms-linear-gradient(top, #f58b4d, #e36820);
    /* IE 10 */
    background: linear-gradient(top, #f58b4d, #e36820);
    /* 标准语法 */
}

#countSpeak .explain {
    color: #666;
    line-height: 1.6;
    text-align: left;
}




#countBank {
    display: none;
    padding: .45rem .35rem;
    text-align: center;
}

#countBank .inside_title_s h2 {
    font-size: .32rem;
    font-weight: bold;
    display: inline-block;
    padding-left: .4rem;
    line-height: .32rem;
}

#countBank .layui-form-item {
    margin-bottom: .15rem;
    position: relative;
}

#countBank .star {
    position: absolute;
    z-index: 2;
    left: .2rem;
    font-size: .24rem;
    line-height: .9rem;
    color: #e31e1e;
}

#countBank .yuan {
    position: absolute;
    z-index: 2;
    right: .24rem;
    line-height: .8rem;
    color: #666;
}

#countBank .layui-form-select dl dd.layui-this {
    background-color: #ccc;
}

#countBank .layui-input, .layui-select {
    height: .8rem;
    line-height: .8rem;
    border-radius: .04rem;
    padding-left: .4rem;
    padding-right: .8rem;
    font-size: .24rem;
}

input::-webkit-input-placeholder {
    color: #808080;
}

input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #808080;
}

input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #808080;
}

input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #808080;
}

#countBank .layui-btn {
    height: .8rem;
    line-height: .8rem;
    border-radius: .04rem;
    font-size: .24rem;
    background: -webkit-linear-gradient(top, #f58b4d, #e36820);
    /* Safari 5.1 to 6.0 */
    background: -o-linear-gradient(top, #f58b4d, #e36820);
    /* Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(top, #f58b4d, #e36820);
    /* Firefox 3.6 to 15 */
    background: -ms-linear-gradient(top, #f58b4d, #e36820);
    /* IE 10 */
    background: linear-gradient(top, #f58b4d, #e36820);
    /* 标准语法 */
}

#countBank .explain {
    color: #666;
    line-height: 1.6;
    text-align: left;
}


#showpic {
    display: none;
    padding: .45rem .35rem;
    text-align: center;
}

#showpic .inside_title_s h2 {
    font-size: .32rem;
    font-weight: bold;
    display: inline-block;
    padding-left: .4rem;
    line-height: .32rem;
}

#showpic .layui-form-item {
    margin-bottom: .15rem;
    position: relative;
}

#showpic .star {
    position: absolute;
    z-index: 2;
    left: .2rem;
    font-size: .24rem;
    line-height: .9rem;
    color: #e31e1e;
}

#showpic .yuan {
    position: absolute;
    z-index: 2;
    right: .24rem;
    line-height: .8rem;
    color: #666;
}

#showpic .layui-form-select dl dd.layui-this {
    background-color: #ccc;
}

#showpic .layui-input, .layui-select {
    height: .8rem;
    line-height: .8rem;
    border-radius: .04rem;
    padding-left: .4rem;
    padding-right: .8rem;
    font-size: .24rem;
}

input::-webkit-input-placeholder {
    color: #808080;
}

input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #808080;
}

input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #808080;
}

input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #808080;
}

#showpic .layui-btn {
    height: .8rem;
    line-height: .8rem;
    border-radius: .04rem;
    font-size: .24rem;
    background: -webkit-linear-gradient(top, #f58b4d, #e36820);
    /* Safari 5.1 to 6.0 */
    background: -o-linear-gradient(top, #f58b4d, #e36820);
    /* Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(top, #f58b4d, #e36820);
    /* Firefox 3.6 to 15 */
    background: -ms-linear-gradient(top, #f58b4d, #e36820);
    /* IE 10 */
    background: linear-gradient(top, #f58b4d, #e36820);
    /* 标准语法 */
}

