@charset "utf-8";
*,
body,
html {
    margin: 0;
    padding: 0
}

*,
li {
    list-style: none
}

*,
a,
a:hover {
    text-decoration: none
}

a,
img {
    display: block
}

.actionsheet,
.mask {
    width: 100%;
    height: 100%;
    position: fixed;
    right: 0
}

#hide,
.mask {
    display: none
}

body,
html {
    font-size: 100%;
    background-color: #feffff
}

em {
    font-style: normal
}

* {
    border: 0;
    outline-style: none
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

body {
    background-size: contain;
    font-size: .75rem;
    font-family: "微软雅黑", "Segoe UI", "Lucida Grande", Helvetica, Arial, "Microsoft YaHei", FreeSans, Arimo, "Droid Sans", "wenquanyi micro hei", "Hiragino Sans GB", "Hiragino Sans GB W3", FontAwesome, sans-serif;
    font-weight: 400;
    height: 100%
}
.ti{
    text-indent: 2em;
}
.pb20{
    padding-bottom: 0.5rem;
}
.pl20{
    padding-left: 0.245rem;
}
.cyl{
    color: #fe6010;
}
.cred{
    color: #D8232A;
}
.fwtk_box{
    margin:0.245rem auto 0.5rem;
    background: #fff;
    width:95%;
    padding:0.245rem 0.245rem 0.245rem 0.5rem;
    border-radius: 0.18rem;
    /* line-height:2; */
    text-align: justify;
    font-size: .346667rem;
    word-break: break-all;
}
.fwtk_box .content{
    color: #2B333D;
    line-height:2 ;
}
.fwtk_box .titleCenter{
    border-bottom:none !important;
    font-weight: bold;
    padding-bottom:0 !important;
    font-size: 0.36rem;
    padding-top:0.36rem;
}
a {
    color: #333;
    outline: 0
}

img {
    vertical-align: bottom
}

.global_toast {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, .8);
    padding: .2rem;
    border-radius: .053333rem;
    -webkit-border-radius: .053333rem;
    -moz-border-radius: .053333rem;
    -ms-border-radius: .053333rem;
    color: #FFF;
    text-align: center;
    font-size: .32rem;
    line-height: .426667rem;
    z-index: 1
}

.mask,
.title {
    top: 0;
    left: 0
}

.actionsheet {
    top: 0;
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 4;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

.actionsheet_toggle {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -ms-transform: translate(0, 0)
}

.mask {
    bottom: 0;
    z-index: 1;
    background: rgba(0, 0, 0, .5)
}

.tabTitle,
.tabTitle ul {
    height: 1.2rem
}

#show {
    display: block
}

.tabTitle {
    width: 9.2rem;
    margin: 0 auto
}

[data-dpr="1"] .tabTitle ul {
    border-bottom: .5px solid #007AFF
}

[data-dpr="2"] .tabTitle ul {
    border-bottom: 1px solid #007AFF
}

[data-dpr="3"] .tabTitle ul {
    border-bottom: 1.5px solid #007AFF
}

.tabTitle ul li {
    float: left;
    width: 50%;
    height: 1.2rem;
    text-align: center;
    line-height: 1.2rem;
    font-size: .4rem;
    color: #333;
    letter-spacing: .0048rem
}

.tabTitle ul li.active {
    border-bottom: .066667rem solid #007AFF;
    color: #007AFF
}

.body_list {
    background: #f2f2f2
}

.title {
    position: static;
    width: 10rem;
    margin-bottom: .1rem;
    background: #FAFBFC;
    box-shadow: 0 .133333rem .2rem -.173333rem rgba(0, 132, 255, .8) inset;
}

[data-dpr="1"] .title {
    height: 2.5px
}

[data-dpr="2"] .title {
    height: 5px
}

[data-dpr="3"] .title {
    height: 7.5px
}

.noIndent {
    margin-bottom: 0
}

.Container {
    width: 9.2rem;
    margin: 0 auto;
    font-size: .346667rem;
    color: #333;
    line-height: .506667rem;
    text-align: justify
}

.Message {
    padding-bottom: .4rem
}

.content {
    color: #999;
    margin: .133333rem 0 .4rem;
    padding-top: 0;
}

[data-dpr="1"] .content {
    border-top: .5px solid #E5E5E5
}

[data-dpr="2"] .content {
    border-top: 1px solid #E5E5E5
}

[data-dpr="3"] .content {
    border-top: 1.5px solid #E5E5E5
}

[data-dpr="1"] .bornone {
    border-top: .5px solid #fff
}

[data-dpr="2"] .bornone {
    border-top: 1px solid #fff
}

[data-dpr="3"] .bornone {
    border-top: 1.5px solid #fff
}

.mt_20 {
    display: block;
    margin: .266667rem 0
}

.textList {
    margin-left: .266667rem
}

.textList li {
    list-style-type: disc
}

.titleCenter {
    padding-bottom: .133333rem
}

[data-dpr="1"] .titleCenter {
    border-bottom: .5px solid #E5E5E5
}

[data-dpr="2"] .titleCenter {
    border-bottom: 1px solid #E5E5E5
}

[data-dpr="3"] .titleCenter {
    border-bottom: 1.5px solid #E5E5E5
}

.tableCon {
    width: 100%;
    margin: .266667rem 0
}

[data-dpr="1"] .tableCon {
    border-top: .5px solid #999;
    border-left: .5px solid #999
}

[data-dpr="2"] .tableCon {
    border-top: 1px solid #999;
    border-left: 1px solid #999
}

[data-dpr="3"] .tableCon {
    border-top: 1.5px solid #999;
    border-left: 1.5px solid #999
}

.tableCon td {
    width: 50%;
    padding: 0 .133333rem
}

[data-dpr="1"] .tableCon td {
    border-right: .5px solid #999;
    border-bottom: .5px solid #999
}

[data-dpr="2"] .tableCon td {
    border-right: 1px solid #999;
    border-bottom: 1px solid #999
}

[data-dpr="3"] .tableCon td {
    border-right: 1.5px solid #999;
    border-bottom: 1.5px solid #999
}

.secondTitle {
    display: block;
    color: #333;
    padding: .266667rem 0 .133333rem
}

.img_box1 {
    width: 100%;
    height: 7.466667rem;
    background: url(../images/page1.png) top center no-repeat;
    background-size: 100% auto
}

.img_box2 {
    width: 9.2rem;
    margin: .266667rem auto;
    height: 4.76rem;
    background: url('../images/Group 5.png') top center no-repeat;
    background-size: 100% auto
}

.bannerList {
    width: 100%;
    padding: 0 .4rem;
    margin-bottom: .266667rem;
    background: #fff;
    color: #333
}

[data-dpr="1"] .bannerList {
    border-top: .5px solid #E5E5E5;
    border-bottom: .5px solid #E5E5E5
}

[data-dpr="2"] .bannerList {
    border-top: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5
}

[data-dpr="3"] .bannerList {
    border-top: 1.5px solid #E5E5E5;
    border-bottom: 1.5px solid #E5E5E5
}

.bannerList h2 {
    height: 1.2rem;
    line-height: 1.2rem;
    font-size: .4rem
}

[data-dpr="1"] .bannerList h2 {
    border-bottom: .5px solid #E5E5E5
}

[data-dpr="2"] .bannerList h2 {
    border-bottom: 1px solid #E5E5E5
}

[data-dpr="3"] .bannerList h2 {
    border-bottom: 1.5px solid #E5E5E5
}

.bannerList p {
    font-size: .373333rem
}

.bannerList .bannerBt {
    padding: .266667rem 0 .4rem
}

.bannerList .bannerBt a {
    display: block;
    font-size: .373333rem;
    color: #333
}

.row {
    display: inline-block;
    width: .266667rem;
    height: .266667rem;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg)
}

[data-dpr="1"] .row {
    border-top: .5px solid #00f;
    border-right: .5px solid #00f
}

[data-dpr="2"] .row {
    border-top: 1px solid #00f;
    border-right: 1px solid #00f
}

[data-dpr="3"] .row {
    border-top: 1.5px solid #00f;
    border-right: 1.5px solid #00f
}

.wlxfwlc_bg {
    width: 100%;
    height: 19.833333rem;
    background: url(../images/wlxfwlc_img.jpg) no-repeat;
    background-size: 100% auto
}
.DH_Int{
    font-size: .143333rem;
    font-weight: 700;
    /* word-break: break-all; */
}
.DH_Int tr td {
    padding: 0rem
}
table {
    width: 100%;
    margin: .266667rem auto;
    font-size: .293333rem;
    text-align: center;
    border-collapse: collapse;
    border-spacing: 0
}

table.english_tab td {
    word-break: break-all
}

[data-dpr="1"] table tr,
[data-dpr="1"] table tr td {
    border: .5px solid #999
}

[data-dpr="2"] table tr,
[data-dpr="2"] table tr td {
    border: 1px solid #999
}

[data-dpr="3"] table tr,
[data-dpr="3"] table tr td {
    border: 1.5px solid #999
}

table tr td {
    padding: .133333rem
}

.orange {
    color: #d5a935
}

.newtablelink table tr:first-child {
    background: #CED5D9;
}

.newtablelink table tr:nth-child(2) {
    background: #CED5D9;
}

.newtablelink .newljsm p {
    line-height: 1.5;
    clear: both;
    overflow: hidden;
}

.newljsm .wordfk {
    float: left;
    background: #0E8BFF;
    display: block;
    margin-top: .123333rem;
    width: 2%;
    height: .266667rem;
}

.newljsm .wordfktxt {
    float: right;
    width: 96%;
}
/* 添加title */
.topBar {
    box-sizing: border-box;
	position: fixed;
	top: 0;
	width: 100%;
	height: 1.466667rem;
	background: #F4F6F9;
	font-size: .4rem;
	font-family: PingFangSC-Light;
	color: #1B1717;
	line-height: 1.466667rem;
	padding: 0 0.4rem;
    text-align: center;
    letter-spacing: 1px;
}
.topBar a{
    position: absolute;
    top: .3rem;
    left: .3rem;
    width: .7rem;
    height: .7rem;
    background: url(../images/homeBack.png) top center no-repeat;
    background-size: 100% auto
}
