body {
    background: #fff;
    font-size: 16px;
}

a {
    color: #303133;
}

a:hover {
    color: #79AEF7 !important;
}


/*a:visited{
    color: #999999 !important;
}*/

.am-topbar {
    background: #1088EB;
}

.am-topbar-nav>li.am-active>a,
.am-topbar,
.am-topbar a {
    color: #fff;
}

.am-topbar-nav>li.am-active>a:after {
    border-bottom-color: #fff;
}

.am-container {
    max-width: 1224px;
    padding-right: 10px;
    padding-left: 10px;
}

.am-container span {
    color: #999;
}

.am-container span.am-icon-bars {
    color: #fff;
}

.am-container span.yidongxl ul{
	margin:8px;
}

.am-container span.yidongxl li{
	margin:0.5rem;
	width:2rem;
	border: 1px solid #fff;
}


.am-btn-secondary {
    color: #fff;
    background-color: #79AEF7;
    border-color: #79AEF7;
    border: 0px;
}

.am-nav > li.am-active > a,
.am-nav > li.am-active > a:hover,
.am-nav > li.am-active > a:focus {
    background-color: #79AEF7;
}.am-nav > li.active > a{	background-color: #79AEF7;}

.am-topbar-nav > li > a {
    padding: 0 30px;
}

.am-nav-pills > li + li {
    margin-left: 0;
}

.am-btn-secondary:hover,
.am-btn-secondary:focus,
{
    background-color: #79AEF7 !important;
}

.am-btn-secondary:hover,
.am-btn-secondary:focus,
.am-btn-secondary:active,
.am-btn-secondary.am-active,
.am-active .am-btn-secondary.am-dropdown-toggle {
    border-color: #79AEF7;
}

.am-g-fixed {
    margin-top: 20px;
    max-width: 1224px;
}

.am-list-news-default {
    margin: 0 0 0 0;
}

.am-list-news {
    /*padding: 1.5rem 2.5rem;*/
}

.am-list-news > .pos{
    font-size: 14px;
    padding-bottom: .3em;
    margin-bottom: 2.5em;
    border-bottom: 1px solid #f1f1f1;
}

.am-list-news > .pos a{
    color: #888;
}

.am-list > li {
    border: 1px solid #ededed;
    border-width: 1px 0;
}

.list_time {
    color: #b2b2b2;
    font-size: 1rem;
}

.list_time i {
    font-size: 1.5rem;
}

.am-list-news-bd {
    border: 1px solid #ededed;
}


/*.am-list-news-default .am-list .am-list-item-text{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-height: 1.3em;
    -webkit-line-clamp: 2;
    max-height: 6rem;
}*/

.am-list-news-default .am-list .am-list-item-desced .am-list-item-text {
    color: #666;
}

.list_time .am-btn {
    float: right;
    padding-right: 1rem !important;
}

.am-list-news-default .am-list .am-list-thumb:first-child img {
    max-height: 171px;
    max-width: 307px;
}

.am-list-news-default .am-list .am-list-thumb img {
    height: 140px;
    max-width: 200px;
    border:1px solid #ededed;
    transition: all 0.3s;
}
.am-list-news-default .am-list .am-list-thumb img:hover{
    transform: scale(1.1)
}

.am-list-item-hd {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-height: 1em;
    -webkit-line-clamp: 2;
    max-height: 2.6em;
}

.tile_tag {
    font-size: .5em;
    color: #b2b2b2;
    width: 86%;
    float: left;
    margin-top: 7px;
}

.r_1 .tile_tag i {
    position: absolute;
    left: 0;
    top: 2px;
}
.word_info .tile_tag i {
    position: absolute;
    left: 0;
    top: 2px;
}


.tile_tag span {
    position: relative;
    margin-right: 15px;
    float: left;
    padding-left: 20px;
	font-size: 13px;
}

.am-list-news-default .am-list .am-list-item-text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box ;
    -webkit-box-orient: vertical;
    line-height: 1.6em;
    -webkit-line-clamp: 3;
    max-height: 9rem;
}

.footer {
    float: left;
    /* margin-top: 30px; */
    background: #fff;
    margin-bottom: 0;
    width: 100%;
}

.footer p {
    text-align: center;
    padding: 20px 5px;
    color: #666;
    font-size: 12px;
    margin-bottom: 0;
}

.am-more2 {
    display: inline-block;
    width: 100%;
    height: 44px;
    line-height: 44px;
    text-align: center;
    margin: 20px 0px;
    font-size: 14px;
	background-color:#fff;
	border:1px solid #ededed;
}
.am-more2 a{
	padding:2px 10px;
	font-size:15px;
	background-color: #e0e0e0;
    color: #666666;
    margin: 0 2px;
	}
.am-more2 a:hover{
	background-color:#79AEF7;
	color:#fff !important;
}
.am-more2 span{
	padding:2px 10px;
	font-size:15px;
	background-color:#79AEF7;
	color:#fff;
}



.wp-pagenavi {
    display: inline-block;
    width: 100%;
    line-height: 44px;
    text-align: center;
    margin: 20px 0px;
    font-size: 14px;
}


.wp-pagenavi a{
	padding:2px 10px;
	font-size:15px;
	background-color: #e0e0e0;
    color: #666666;
    margin: 0 4px;
	}
.wp-pagenavi a:hover{
	background-color:#79AEF7;
	color:#fff !important;
}
.wp-pagenavi span{
	padding:2px 10px;
	font-size:15px;
}
span.current {
    background-color: #79AEF7;
    color: #fff;
	margin-right: 4px;
}

.tab_news {
    height: 300px;
    border: 1px solid #ededed;
    background: #fff;
    margin-bottom: 30px;
    position: relative;
}

.am-slides {}

.am-slider-default .am-viewport {
    max-height: 300px;
}

.am-slides_list_1 {
    width: 30% !important;
    float: left;
}

.tab_news_title {
    float: left;
    padding: 10px 0;
}

.tab_news_info {
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-height: 1.5em;
    -webkit-line-clamp: 2;
    max-height: 3.5rem;
    font-size: 12px;
    padding: 5px 0;
}

.tab_news ul {
    width: 2400px;
    list-style: none;
    padding: 0;
    position: absolute;
}

.tab_news ul li {
    float: left;
    width: 248px;
    margin-left: 30px;
    /*border: 1px solid #000;*/
}

.tab_news ul li:first-child {
    margin-left: 0;
}

.tab_news ul li img {
    width: 100%;
}

.item-ol {
    position: absolute;
    bottom: -10px;
    z-index: 10000;
    width: 100%;
    text-align: center;
}

.item-ol li {
    width: 10px;
    height: 10px;
    display: inline-block;
    border: 1px solid #ededed;
    border-radius: 5px;
    cursor: pointer;
}

.item-ol li:first-child {
    background: #00b27e;
}

.souso {
    background: #fff;
}

.top_bar {
    height: 30px;
    background: #f5f5f5;
}

.top_bar .am-container {
    height: 100%;
    font-size: 13px;
    line-height: 30px;
}

.top_bar .am-container a {
    float: right;
    color: #666;
    padding: 0 8px;
}

.top_bar .am-container a:hover {
    background-color: #ededed;
}

.srech {
    padding: 17px 0;
}

.am-panel-default {
    border-color: #ededed;
    border-width: 0px;
}

.am-panel-default > .am-panel-hd {
    background-color: #fff;
    padding: 0;
    text-align: center;
}

.a_1 {
    color: #fa6e00;
    width: 100%;
    display: inline-block;
    padding-top: 5px;
}

.a_1 span {
    font-size: 18px;
    font-family: Arial;
}

.ewm {
    text-align: center;
    margin-top: 5px;
}

.ewm img {
    float: left;
    padding-top: 4px;
    padding-left: 10px;
}

.ewm ul {
    margin-top: 0px;
    margin-bottom: 0.8em;
}

ul {
    list-style: none;
    padding: 0;
}

.ewm ul li {
    font-size: 13px;
    line-height: 1.9;
}

.right_gg {
    margin-top: 20px !important;
    background-color: #f3f3f3;
    border: 0;
    box-shadow: none;
}

.right_gg img {
    width: 100%;
    margin-bottom: 20px;
}

.phb {
    margin-bottom: 20px !important;
}

.phb_title {
    border-left: 8px solid #79AEF7 !important;
    line-height: 42px;
    text-align: left !important;
    padding-left: 10px !important;
}

.phb_title span {
    float: right;
    padding-right: 10px;
}

.phb_title span a {
    background: #fff;
    border: 1px solid #79AEF7;
    margin-left: 5px;
    font-size: 12px;
    color: #79AEF7;
    padding: 0 4px;
    cursor: pointer;
    width: 30px;
    display: block;
    float: left;
    line-height: 20px;
    text-align: center;
    margin-top: 11px;
}

.phb_title span a.phb_active:hover {
    color: #fff !important;
}

.phb_active {
    background: #79AEF7 !important;
    color: #fff !important;
}

.phb_list li {
    border: 0 !important;
    font-size: 12px;
    line-height: 1.6;
    padding-bottom: 8px;
}

.phb_list li span {
    background: #79AEF7;
    color: #fff;
    width: 20px;
    line-height: 20px;
    float: left;
    text-align: center;
    display: block;
    margin-right: 8px;
    font-size: 14px;
}

.phb_list li.shen span {
    background: #90BDF8;
}


/*
.phb_list li:last-child span {
    padding: 1px 3px;
}
*/

.phb_list li a {
    padding: 5px;
    padding-left: 0px;
    padding-top: 0px;
}

.word_info {
    color: #666;
}

.word_info span #qqhmth {
    font-family: Arial;
    font-size: 16px;
}

.word_info h3 {
    margin: 10px 0;
    font-weight: normal;
    font-size: 20px;
    color: #303133;
}

.word_info .tile_tag {
    margin-bottom: 0px;
}

.hot_tag {
    width: 97px;
    height: 32px;
    background: url(../images/hot_tag.jpg);
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 13px;
    line-height: 24px;
    margin-right: 10px;
	float: left;
}
.hot_tag a{
	color:#fff;

}
.hot_tag a:hover{
	color:#fff !important;

}

.word_info h1{
    font-size: 20px;
	font-weight:normal;
	margin-bottom: 0px;
	float: left;
    padding: 0px;
    margin: 0px;
	position: relative;
    margin-top: -5px;
}
.am-article-lead {
	background-color: #fff3f3;
    border: 1px solid #ff8080;
    color: #303133;
	margin-top: 20px;
	text-align: center;
	}

.word_info_btn {
    padding: 20px 0;
    text-align: center;
    display: inline-block;
    width: 100%;
}

.word_info_btn a {
    margin-right: 10px;
    border: 1px solid #ededed;
    background-color: #f7f7f7;
    color: #666;
}
.word_info_btn a:hover{
	 color:#666 !important;
}
.word_info_btn a i {
    color: #ff8901;
    margin-right: 5px;
}

.a_2 {
    font-size: 12px;
    margin-top: 10px;
}

.a_2 span {
    margin-right: 10px;
}

.btn_ask {
	width: 80%;
    line-height: 35px;
    background: #00c075;
    font-size: 14px;
    margin: 20px 0;
    color: #fff;
    text-align: center;
    display: block;
    border-radius: 5px;
    position: absolute;
    top: 230px;
    left: 30px;
}
.am-panel a:hover.btn_ask{
    color: #fff !important;
	opacity:0.8;

}
.am-slides li {}

.am-slides li a {
    width: 100%;
	height: 160px;
}
.am-slides li a.pictu {
    padding-bottom: 58%;
	height: 0;
	width: 100%;
	display: block;
	overflow: hidden;
}



.am-slides li p {
    color: #666;
    margin-top: 0;
    font-size: 13px;
    line-height: 22px;
    padding: 0;
    float: left;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    max-height: 5rem;
    margin-bottom: 0;
	padding-top:0.5rem;
}

.am-slider-default {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.am-direction-nav {
    display: none;
}

.am-u-md-9 {
    padding: 0 10px !important;
}

.blog-sidebar {
    padding: 0 10px 0 5px;
}

.am-slider-default .am-control-nav {
    margin-bottom: -10px;
}

.bg00b27f {
    float: left;
    width: 100%;
    background: #1088EB;
    margin-top: 30px;
}

.center {
    max-width: 1200px;
    margin: 0 auto;
}

.center p {
    margin: 0;
}

.logo,
.search-icon,
.navbar a span,
.del,
.eye,
.click,
.lt-arrow,
.rt-arrow,
.img-bg,
.red-hanger,
.green-hanger,
.author,
.comment,
.moveup,
.btm-hzhb,
.btm-link,
.logo02,
.bk-line,
.area,
.sc,
.post_icon_zan,
.post_icon_sc,
.post_icon_pl {
    background: url(../images/icon.png);
    display: inline-block;
    float: left;
}

.btm-hzhb,
.btm-link {
    width: 26px;
    height: 26px;
    margin-right: 12px;
    background-position: -90px -90px;
}

.bk-line {
    width: 2px;
    height: 153px;
    background-position: -218px 0;
    margin: 0px 60px 0 60px;
}

.gff {
    color: #fff;
}

.mgn-top20 {
    margin-top: 15px;
    display: inline-block;
    width: 100%;
}

.logo-hzhb li {
    margin-right: 30px;
    margin-bottom: 20px;
    float: left;
}

.link-detail {
    margin-top: 10px;
}

.link-detail li {
    width: 132px;
    font-size: 14px;
    /* padding: 15px 0; */
    float: left;
}

.link-detail li a {
    color: #CCE1FC;
    line-height: 30px;
}

.link-detail li a:hover {
    color: #ffffff !important;
}

.btm-link {
    background-position: -90px -120px;
}

ul.am-dropdown-content > .am-active > a,
ul.am-dropdown-content > .am-active > a:hover,
ul.am-dropdown-content > .am-active > a:focus {
    background-color: #1088EB;
}

.tab_2,
.tab_3 {
    display: none;
    margin: 0;
}

.tab_1 {
    margin: 0;
}

.com {
    width: 100%;
    background-color: #fff;
    padding: 20px;
}

.com_title {
    display: inline-block;
    width: 100%;
    font-size: 16px;
    padding: 0 0 10px 0;
}

.com_title_1 {
    display: inline-block;
    width: 100%;
    font-size: 16px;
    padding: 0 0 10px 15px;
    color: #4ec37c;
}

.com_text {
    width: 100%;
    border: 1px solid #ededed;
    padding: 20px;
    position: relative;
}

.com_text_1 {
    display: inline-block;
    width: 100%;
    padding-bottom: 20px;
    font-size: 14px;
}

.com_text_1 a {
    color: #1088EB;
}

.com textarea {
    width: 100%;
    height: 120px;
    border: 1px solid #ededed;
    padding: 10px;
    color: #999;
    font-size: 12px;
}

.com_btn {
    width: 120px;
    height: 35px;
    background-color: #79AEF7;
    color: #fff;
    display: inline-block;
    border: 0px;
    line-height: 35px;
    text-align: center;
    font-size: 14px;
    margin-top: 20px;
}

.hf {
    display: inline-block;
    width: 100%;
    padding: 20px 0 0 0;
    font-size: 12px;
    line-height: 1.8;
}

.hf input {
    float: left;
    margin-right: 5px;
}

.hf img {
    position:inherit !important;
}


.com_text img {
    position: absolute;
    left: 20px;
    top: -10px;
}

.form_1 {
    width: 50%;
    float: left;
}

.form_1 input {
    height: 38px;
    line-height: 38px;
    border: 1px solid #ededed;
    width: 210px;
}

.like {
    border: 1px solid #ededed;
    background-color: #fff;
    padding: 0;
    margin-bottom: 20px;
}

.like_title {
    display: inline-block;
    width: 100%;
    border-left: 5px solid #1088EB;
    height: 40px;
    padding-left: 20px;
    line-height: 40px;
    border-bottom: 1px solid #ededed;
}

.like_left {
    width: 45%;
    display: inline-block;
	padding-left:10px;
	line-height: 20px;
}

.like_left li {
    width: 50%;
    float: left;
    padding: 10px;
}

.like_left li img {
    display: inline-block;
    width: 100%;
	padding-bottom:10px;
}

.like_left li span {
    font-size: 14px;
    line-height: 1.4;
    padding: 10px 0 0 0;
    float: left;
    width: 100%;
}

.like_right {
    width: 53%;
    float: right;
    padding: 2px 0 10px 25px;
    border-left: 1px #ededed dashed;
	padding-right: 10px;

}

.like_right li {
    font-size: 14px;
    padding: 5px 15px 5px 0;
}
.like_right_title{
	width: 280px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	float:left;
}


.like_right_time {
    float: right;
}

.mgn-top20 {
    margin-top: 15px;
}

.f14 {
    font-size: 14px;
}

.g44b549 {
    color: #79AEF7;
}

.mgn-lt10 {
    margin-left: 10px;
}

.ad-tips {
    padding-top: 4px;
}

.ofl {
    overflow: hidden;
}

.ad-tips a {
    float: left;
    display: inline-block;
    background: #e9f5e7;
    color: #5f7a5b;
    border: 1px solid #cce2c9;
    line-height: 24px;
    padding: 0 10px;
    margin-top: 10px;
    margin-right: 7px;
    font-size: 12px;
}

.am-dropdown:hover .am-dropdown-content {
    display: block !important;
}

.am-dropdown-content {
    margin-top: 0;
    border: 1px solid #79AEF7;
}

.gg_1 {
    float: left;
    padding: 20px 10px 20px 10px;
    width: 100%;
}

.gg_1_l {
    width: 72.9%;
    float: left;
    height: 70px;
}

.gg_1_r {
    width: 25.8%;
    float: right;
    height: 70px;
}

.gg_2 {
    float: left;
    padding: 0px 0px 20px 0px;
    width: 100%;
}

.gg_2_l {
    width: 100%;
    float: left;
    height: 70px;
}


.am-btn-success {
    background-color: #79AEF7;
}

.bg38 {
    background: #383838;
}

.aboutus {
    padding-top: 40px;
}

.aboutus li {
    float: left;
}

.aboutus li a {
    color: #fff;
    line-height: 35px;
    font-size: 14px;
    margin-right: 20px;
}

.logo02 {
    width: 184px;
    height: 44px;
    display: block;
    background-position: -220px 0;
    margin-bottom: 10px;
}

.w500 {
    width: 500px;
    font-size: 14px;
    color: #fff;
    line-height: 35px;
    padding-bottom: 20px;
}

.lb {
    width: 100%;
    padding: 30px 30px 40px 30px;
    background: #fff;
    margin-bottom: 20px;
    border: 1px solid #ededed;
}

.am-slider .am-slides img {
	border:1px solid #ededed;
}


.am-slider-default .am-control-nav li a.am-active {
    background-color: #1088EB;
}

.am-list-item-hd {
    font-size: 20px;
}

.mt_15 {
    margin-top: 15px !important;
}

.mb_10 {
    margin-bottom: 10px !important;
}

.am-btn-danger {
    font-size: 14px;
}

.am-topbar-nav > li > a:hover {
    color: #fff !important;
}

.brd0 {
    border: 0 !important;
}

.fs_12 {
    font-size: 12px !important;
}

.fs_13 {
    font-size: 13px !important;
}

.reping ul li:first-child {
    border: 0;
}

.reping ul li .am-list-thumb a img,
.zt ul li .am-list-thumb a img {
    max-height: 66px !important;
    max-width: 90px !important;
	overflow:hidden;
}

.reping ul li .am-list-main h3 {
    line-height: 1 !important;
}

.mgn-top5 {
    margin-top: 5px !important;
}

.mgn-top10 {
    margin-top: 10px !important;
}

.mgn-rt20 {
    margin-right: 15px;
}

.g9 {
    color: #999999;
}

.fs_16 {
    font-size: 16px !important;
}

.g3 {
    color: #303133;
}

.zt ul li:first-child {
    border: 0;
}

.bt {
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 175px;
    display: inline-block;
    overflow: hidden;
}

.mt_0 {
    margin-top: 0px !important;
}

.dd {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-height: 1.6em;
    -webkit-line-clamp: 2 !important;
    max-height: 10rem;
}

.pd_0_15 {
    padding: 0 15px 15px !important;
}

.am-gotop-fixed .am-gotop-icon {
    background-color: #79AEF7;
}

.leih {
    position: relative;
    top: -3px;
}

.r_1 {
/*    display: inline-block;
*/
}

.r_1 img {
    float: left;
    margin-right: 10px;
	width: 60px;
    height: 60px;
}

.m_tag {
    display: inline-block;
    /* width: 98px;
	margin-right: 10px;
    float: left;
    height: 32px;
    background: url(../images/icon.png) no-repeat;
    background-position: -100px -45px; */
    color: #fff;
    font-style: normal;
    font-size: 12px;
    text-align: center;
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 2;
    padding: 5px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 2px;
}
.m_tag a{
    color: #fff;
    transition: all .3s;
}

.am-icon-clock-o-1 {
    width: 20px;
    height: 16px;
    display: inline-block;
    background: url(../images/icon.png);
    background-position: -190px -91px;
}
.am-icon-user-1{
    width: 20px;
    height: 16px;
    display: inline-block;
    background: url(../images/icon.png);
    background-position: -190px -132px;
}

.am-icon-backtop-1{
    width: 32px;
    height: 32px;
    display: inline-block;
    background: url(../images/icon.png);
    background-position: -220px -120px;
}

.am-icon-zan-1{
    width: 22px;
    height: 21px;
    display: inline-block;
    background: url(../images/icon.png);
    background-position: -282px -91px;
	position:relative;
	margin-bottom:-3px;
}
.am-icon-shoucang-1{
    width: 24px;
    height: 23px;
    display: inline-block;
    background: url(../images/icon.png);
    background-position: -250px -91px;
	position:relative;
	margin-bottom:-5px;
}
.am-icon-pinglun-1{
    width: 24px;
    height: 23px;
    display: inline-block;
    background: url(../images/icon.png);
    background-position: -220px -91px;
	position:relative;
	margin-bottom:-5px;
}

.am-icon-eye-1{
    width: 20px;
    height: 16px;
    display: inline-block;
    background: url(../images/icon.png);
    background-position: -190px -111px;
}
.am-icon-comment-1{
    width: 20px;
    height: 16px;
    display: inline-block;
    background: url(../images/icon.png);
    background-position: -190px -151px;
}
.am-icon-map-marker-1{
    width: 20px;
    height: 16px;
    display: inline-block;
    background: url(../images/icon.png);
    background-position: -30px -120px;
}


.img-bg {
    background-position: -440px -45px;
    width: 66px;
    height: 62px;
    overflow: hidden;
    margin-right: 10px;
}


.tubiao{
	position:relative;
	top:3px;
}
.tubiao2{
	position:relative;
	top:3px;
	left:4px;
	margin-top:5px;
}
.r_1 span i a{
	color:#fff;
	padding-top: 2px;
    display: block;
}
.r_1 span i a:hover{
	color:#fff !important;
}

.r_1 span  a{
	color:#303133;
}
.ad-img img {
	margin-bottom:14px;

}
.clr{
	clear:both;
}

.pdtop{
	padding-top:20px;
}
.wennei{
	line-height:2.4rem;
	padding:20px 10px;
}
.wennei a{
	color:#79AEF7;
}

.wennei img{
	max-width:100%;
	height: auto;
}

.headggao{
	margin-left: 8%;
}

.liebiaoxiam{
	margin-bottom: 3rem;
	background-color: #fff;
}

.kuangaobi{
	padding-bottom: 65%;
    height: 0;
    width: 100%;
    overflow: hidden;
    display: block;
	border:1px solid #ededed;
}

.zisheng{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-height: 1.3em;
    -webkit-line-clamp: 1;
    max-height: 2.6em;
}
.baidutuig{
	width:93%;
	margin:0 auto;
	margin-top:20px;
    border: 1px solid #ededed;
    padding: 10px;
}
.baidutuig1{
	float:left;
	margin:20px 20px 20px 0px;
	border: 1px solid #ededed;
    margin-right: 20px;
}

.wezhangxiagg{
	padding: 20px 0 0 0;
}

.lbbtzi{
	max-height:1.8rem;
	margin: 15px 0 5px 0;
	line-height: 20px;
    font-size: 15px;
    color: #303133;
    width: 100%;
    font-weight: 700;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;

}

.neirongfy{
	text-align:center;
	margin:1rem;

}

.neirongfy a{
	border:1px solid #ededed;
	padding:0 5px;
	margin-right:5px;
}
.neirongfy span{
	border:1px solid #ededed;
	padding:0 5px;
	margin-right:5px;
}

.jianjdis{
	overflow:hidden;
	text-overflow:ellipsis;
	-webkit-line-clamp:3;
	-webkit-box-orient:vertical;
	display: -webkit-box !important;
	font-size:14px;
    padding-top: 10px;
    margin-bottom:10px;
	height:50px;
}
.btgai{
	position:relative;
	top: -2px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
	font-size:2.1rem;
}
.fl{
	float:left;
	font-size:2rem;
}



.am-u-sm-3-small {
    width: 100%;
    padding: 0;
}
.am-thumbnail-small {
    display: block;
    padding: 0px;
    margin-bottom: 0.6rem;
    background-color: #fff;
    border-radius: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    padding-bottom: 0.6rem;
	border-bottom:1px dashed #ededed !important;

}
.am-thumbnail-caption-small {
    margin: 0;
    padding: 0.8rem 0;
    color: #303133;
    font-weight: normal;
    float: left;
    width: 65%;
}
.am-thumbnail-small a > img {
    margin-left: auto;
    margin-right: auto;
    display: block;
    float: right;
    width: 30%;
	max-width:30%;
}


.headggao2 img {
    position: absolute;
    top: 15px;
    padding-left: 2%;
    max-height: 20px;
}

.fwd{
	padding-top:40px;
	border-top:1px solid #ededed;
}
.fwd p{
	margin-top: 0px !important;
	margin-bottom: 15px;
	font-size:1.8rem;
	color:#303133;
}

.fwd table{
	float:left;
}

.fwd table a{
	color:#303133;
	font-size:1.3rem;

}

.neidi{
	padding-bottom: 65%;
    height: 0;
    width: 100%;
    overflow: hidden;
    display: block;
}



@media only screen and (max-width: 640px){
.mask2 .content,.mask4 .content{
    width: 75%;
    padding: 0 20px !important;
}
.mask3 .content{
    width: 90%;
}
.fwd img{
	width:100%;
	padding-right:0px !important;
}
.fwd table {
    width: 100%;
}

.zisheng {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-height: 1.3em;
    -webkit-line-clamp: 2;
    max-height: 2.6em;
}
.r_1 {
    display: inline-block;
}

}



.zishu p {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box !important;
}
a.dingbl {
    padding-bottom: 65%;
    height: 0;
    width: 100%;
    overflow: hidden;
    display: block;
}
.word_info img {
    max-width: 100%;
    height: auto !important;
}

.artbox {
    padding: 20px;
    border: 1px solid #ebebeb;
    background: #fff;
}


/*------------------------------文章页关键词标签--------------------------------*/
ul.art_labels {
    float: right;
    margin: 0;
}
ul.art_labels li {
    float: left;
}
ul.art_labels li a {
    padding: 3px 8px;
    margin: 0 3px;
    font-size: 1.2rem;
    background-color: #ededed;
    border-radius: 2px;
	color:#666;
	display:inline-block;
	width: 100px;
    overflow: hidden;
    height: 25px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.wz-tile {
    width: 60%;
}



span.fwdright {
    width: auto !important;
    padding: 0 3px;
    background: none !important;
    color: #79AEF7 !important;
    border: 1px solid #79AEF7;
    font-size: 12px !important;
    line-height: 16px !important;
}



.zisheng2 {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-height: 1.5em;
    -webkit-line-clamp: 1;
    max-height: 2.6em;
    padding-bottom: 12%;
    height: 0;
}

/*------------------------------文章内容--------------------------------*/
#kaitao_content{
	overflow: hidden;
}
.main {
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px); }
    .main .virtual {
      height: 20px;
      padding-top: 40px;
      padding-bottom: 10px;
      background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(250, 251, 253, 0)), color-stop(72%, #FFFFFF));
      background-image: linear-gradient(180deg, rgba(250, 251, 253, 0) 0%, #FFFFFF 72%);
      text-align: center; }
    .main .wx-btn {
      background: #09BB07;
      border-radius: 5px;
      text-align: center;
      color: #fff;
      width: 68%;
      max-width: 600px;
      height: 40px;
      line-height: 40px;
      font-size: 14px;
      margin: 0 auto;
      cursor: pointer; }
      .main .wx-btn img {
        vertical-align: middle; }
.dingzhi{
    display: none;
}
.dingzhi .content{
    background: #f9f9f9;
    padding: 15px 15px;
    display: flex;
    align-items: center;
}
.dingzhi .content>div{
    display: flex;
    flex-direction: column;
    flex: 1;
}
.dingzhi .content>div>span{
    margin: 5px 0;
}
.dingzhi .content>div>span>span{
    background: rgb(253, 230, 55);
    padding: 2px;
    font-size: 13px;
}
.dingzhi .content>div>span>span img{
    width: 25px;
    margin-top: -3px;
}
.dingzhi .content>div .bold{
    font-weight: bold;
}
.dingzhi .a, .dingzhi a{
    background: #dc0000;
    border-radius:30px;
    color: #fff;
    text-align: center;
    padding: 8px 12px;
}
.dingzhi a:hover{
    text-decoration: none;
}

.zixun .content{
    background: #FEF7EC;
    padding: 15px 15px;
    display: flex;
    align-items: center;
}
.zixun .content>div{
    display: flex;
    flex-direction: column;
    flex: 1;
}
.zixun .content>div>span{
    margin: 5px 0;
}
.zixun .content>div .bold{
    font-weight: bold;
    color: #dc0000;
}
.zixun a{
    background: #dc0000;
    border-radius:30px;
    color: #fff;
    text-align: center;
    padding: 8px 12px;
}
.zixun a:hover{
    text-decoration: none;
}

/*------------------------------遮罩--------------------------------*/
.shade {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background: rgba(255, 255, 255, 0.8); }
    .shade .img {
        padding-top: 35px;
        display: inline-block;
        position: absolute;
        text-align: center;
        top: 50%;
        left: 50%;
        z-index: 1001;
        margin-top: -301px;
        margin-left: -237px;
        width: 380px;
        height: 420px;
        background-color: #fff;
        -webkit-box-shadow: 8px 8px 28px rgba(0, 0, 0, 0.2);
                box-shadow: 8px 8px 28px rgba(0, 0, 0, 0.2); }
        .shade .img .p1 {
        font-size: 18px;
        color: #4B4B4B; }
        .shade .img .p2 {
        font-size: 14px;
        color: orangered;
        margin-top: 10px; }
        .shade .img .p3 {
        font-size: 18px;
        color: #FF9A00;
        margin-top: 50px; }
        .insur_phb_title{
            line-height: 42px;
            text-align: left !important;
            padding-left: 10px !important;
            background: #f37b1d !important;
            color:#fff !important;
        }
        .am-panel_insur{
            background: #f37b1d;
        }
        .insur_color{
            color:#fff !important;
        }
        .tf-submits{
            width: 60%;
            padding: 4px 5px;
            border-radius: 4px;
            background: #0e90d2;
            border: 1px solid #0e90d2;
            margin-bottom: 5px;
        }

/* 右侧广告 */
#newBridge{
    display: none !important;
}
#right-block{
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
}
#right-block .block{
    background: #fff;
    border: 2px solid #ff0000;
    margin-bottom: 25px;
    cursor: pointer;
    align-items: center;
    font-size: 13px;
    position: relative;
    border-radius: 5px;
}
#right-block .block .contain{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 7px;
    border-bottom: 1px dashed #999;
    transition: all .3s;
}
#right-block .block .contain:hover{
    text-decoration: none;
}
#right-block .block .contain:last-child{
    border: none;
}
#right-block .block .contain>div{
    display: flex;
    align-items: center;
}
#right-block .block .contain img{
    width: 20px;
}
#right-block .block .contain div span{
    margin: 0 5px;
    font-weight: bold;
}
#right-block .block .contain .button{
    padding: 3px 5px;
    color: #fff;
    background: #ff0000;
    border-radius: 5px;
}
#right-block .shake{
    animation: shake .5s infinite;
}
@keyframes shake {
    0%, 50%{
        transform: translateY(0px);
    }
    51%, 100%{
        transform: translateY(-2px);
    }
}
#right-block .code{
    background: #ff0000;
    border-radius: 5px;
    padding: 10px 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
    font-size: 12px;
    z-index: 3;
}
#right-block .code img{
    width: 130px;
    margin-bottom: 10px;
}
#right-block .code .scanner{
    position: absolute;
    top: 10px;
    animation: scan 2s infinite;
}
#right-block .code span{
    line-height: 18px;
    text-align: center;
}
#right-block .hover{
    position: relative;
    cursor: pointer;
    /* width: 145px; */
}
#right-block .hover .alt{
    color: #fff;
    padding: 10px;
    background: #343434;
    position: absolute;
    left: 0;
    transform: translateX(0);
    font-size: 13px;
    border-radius: 5px;
    white-space: nowrap;
    transition: all .5s;
    opacity: 0;
    z-index: 1;
}
#right-block .hover:hover .alt{
    transform: translateX(-105%);
    opacity: 1;
}

#mobile-connect{
    /* display: none; */
    position: fixed;
    right: 0;
    bottom: 30px;
    /* display: flex; */
    flex-direction: column;
    align-items: center;
}
#mobile-connect img{
    width: 55px;
    margin-bottom: 55px;
}
.insur_top{
    position:fixed;
    top:10px;
    z-index: 4;
    width: 300px !important;
}

@keyframes scan{
    0%, 100%{
        top: 13px;
    }
    50%{
        top: 105px;
    }
}
.slider_top{
    position: fixed;
    left: 50%;
    bottom: 0;
    margin-left: 290px;
    width:303px;
}

/* 弹出层 */
.mask{
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 500;
}
.mask1 .content,.mask6 .content{
    width: 76%;
    max-width: 320px;
    position: fixed;
    z-index: 501;
    top: 12%;
    left: 50%;
    transform: translateX(-50%);
    padding: 15px 15px 10px;
    box-sizing: border-box;
    background: #F5F5F5;
    border-radius: 5px;
}
.mask1 .content .close-icon,.mask6 .content .close-icon{
    width: 30px;
    position: absolute;
    top: -40px;
    right: 0;
}
.mask1 .content .top,.mask6 .content .top{
    background: #fff;
    border-radius: 20px 20px 0 0;
    display: flex;
    align-items: center;
    padding: 20px 0 5px 20px;
}
.mask1 .content .top .avatar,.mask6 .content .top .avatar{
    border-radius: 50%;
    width: 50px;
    margin-right: 10px;
}
.mask1 .content .top > div,.mask6 .content .top > div{
    flex: 1;
    height: 50px;
}
.mask1 .content .top > div p,.mask6 .content .top > div p{
    margin: 0;
}
.mask1 .content .top > div p:first-child,.mask6 .content .top > div p:first-child{
    font-size: 20px;
    font-weight: bold;
    color: #000;
    line-height: 30px;
}
.mask1 .content .top > div p:last-child,.mask6 .content .top > div p:last-child{
    font-size: 14px;
    color: #999;
    line-height: 20px;
}
.mask1 .content .code{
    text-align: center;
    background: #fff;
    padding-bottom: 5px;
    border-radius: 0 0 20px 20px;
}
.mask6 .content .code{
    text-align: center;
    background: #fff;
    padding-bottom: 5px;
}
.mask1 .content .code img,.mask6 .content .code img{
    width: 90%;
    margin-top: 10px;
}
.mask6 .content .wx_num{
    border-radius: 0 0 20px 20px;
    margin: -10px 0;
}
.mask1 .content .code p,.mask6 .content .code p{
    display: flex;
    justify-content: center;
    align-items: center;
    color: #333;
    font-size: 16px;
    margin: 10px 0;
}
.mask1 .content .code button,.mask6 .content .code button{
    color: #fff;
    margin-left: 10px;
    width: 60px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    border-radius: 13px;
}
.mask1 .content .bottom,.mask6 .content .bottom{
    text-align: center;
}
.mask1 .content .bottom img,.mask6 .content .bottom img{
    width: 40px;
    margin-top: 15px;
}
.mask1 .content .bottom p:first-of-type,.mask6 .content .bottom p:first-of-type{
    color: #999;
    font-size: 13px;
    margin: 10px 0;
}
.mask1 .content .bottom p:last-of-type,.mask6 .content .bottom p:last-of-type{
    font-size: 15px;
    color: #333;
    margin: 10px 0;
}
.mask2,.mask3,.mask4,.mask3{
    z-index: 600;
}
.mask2 .content,.mask4 .content{
    background: #fff;
    border-radius: 10px;
    padding: 0 120px;
    position: fixed;
    top: 35%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}
.mask2 .content .success,.mask4 .content .success{
    width: 96px;
    position: absolute;
    top: -48px;
    left: 50%;
    transform: translateX(-50%);
}
.mask2 .content div p:first-of-type,.mask4 .content div p:first-of-type{
    font-size: 17px;
    color: #333;
    margin-bottom: 5px;
    margin-top: 60px;
}
.mask2 .content div p:last-of-type,.mask4 .content div p:last-of-type{
    font-size: 14px;
    color: #666;
    margin: 10px 5px 15px;
}
.mask2 .content .close-icon,.mask4 .content .close-icon{
    width: 30px;
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 600;
}
.mask3 .content{
    background: #353f97;
    border-radius: 10px;
    position: fixed;
    top: 22%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    border-width: 10px 5px 5px 5px;
    border-style: solid;
    border-color:#353f97;
}
.mask3 .content .c {
    overflow: hidden;
    border-radius: 0 0 10px 10px;
    background: #fff;
}
.mask3 .content  .tip {
    border-radius: 10px 10px 0 0;
    padding: 15px 15px 10px;
    background: #fff5ea;
    font-size: 14px;
    text-align: center;
}
.mask3 .content  .tip .bold_name,.mask4 .content .bold_name{
    color: #db1717;
    font-weight: 900;
}
.mask3 .content  .c #info-form {
    margin: 0 auto;
    padding: 20px 20px 0;
}
.mask3 .content  .c #info-form p {
    padding: 10px 0;
    display: flex;
    align-items: center;
    color: #666;
}
.mask3 .content  .c #info-form p input[type="text"], .mask3 .content  .c #info-form p input[type="number"], .mask3 .content  .c #info-form p select {
    flex: 1;
    height: 30px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 3px;
    color: #666666;
    border: 1px solid #ddd8d8;
    font-size: 14px;
    max-width: 190px;
}
.mask3 .content .c #info-form p label span {
    color: red;
}
.mask3 .content .c label{
    margin-bottom: 0;
    font-size: 14px;
}
.mask3 .content .c #info-form p .submit-info {
    width: 120px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    color: #fff;
    font-size: 14px;
    background: #0b1bae;
    border-radius: 3px;
    border: none;
    outline: none;
    margin: auto;
}
.mask3 .content .c #info-form p input[type="radio"] {
    -webkit-appearance: radio;
    margin: 0 5px 0 15px;
    box-sizing: border-box;
    padding: 0;
    font-size: 14px;
}
.mask3 .content .close-icon{
    width: 30px;
    position: absolute;
    top: -56px;
    right: 0;
}

/* 广告 */
.ad-header img{
    width: 100%;
    /* height: 90px; */
}
.ad-search{
    position: absolute;
    right: 15px;
    top: 20px;
}
.ad-search img{
    width: 300px;
    height: 60px;
}
.ad-nav-bottom{
    margin-top: 20px;
}
.ad-nav-bottom img{
    width: 100%;
    /* height: 80px; */
}

.ad-right{
    margin-bottom: 20px;
    border: 1px solid #e9e9e9;
}
.ad-right img{
    width: 300px;
    height: 250px;
}
.ad-sec-nav img{
    width: 100%;
    height: 80px;
}
.ad-sec-nav-m img{
    width: 100%;
    height: 60px;
}
.ad_list img{
    width: 100%;
    /* height: 80px; */
}

.ad_list_m img{
    width: 100%;
    height: 75px;
}

.ad-content-bottom img{
    width: 100%;
    height: 90px;
}
.ad-article-top,
.ad-article-top-m{
    margin-bottom: 20px;
}
.ad-article-top img{
    width: 100%;
    height: 80px;
}
.ad-article-top-m img{
    width: 100%;
    height: 60px;
}

.ad-article-bottom img,
.ad-related-top img{
    width: 100%;
    height: 80px;
}
.ad-article-bottom-m img{
    width: 100%;
    height: 60px;
}
.ad-tag-top-m img{
    width: 100%;
    height: 60px;
}
@media only screen and (min-width: 767px){
    .lanmu-slider{
        display: none;
    }
    #mobile-connect{
        display: none;
    }
}
@media only screen and (min-width: 959px){
    .ad-sec-nav-m{
        display: none;
    }
    .ad-article-top-m{
        display: none;
    }
    .ad-article-bottom-m{
        display: none;
    }
    .ad-tag-top-m{
        display: none;
    }
    .ad_list_m{
        display: none;
    }

}
@media only screen and (max-width: 959px){

    .ad_list{
        display: none;
    }
    .ad-header{
        display: none;
    }

    .ad-nav-bottom{
        display: none;
    }
    .ad-sec-nav{
        display: none;
    }
    .ad-content-bottom{
        display: none;
    }
    .ad-article-top{
        display: none;
    }
    .ad-article-bottom{
        display: none;
    }
    .ad-related-top{
        display: none;
    }
}
@media only screen and (max-width:992px){
    .ad-search{
        display: none;
    }
}

*{
    margin:0;
    padding: 0;
    box-sizing: border-box;
}
.tf-container{
    width: 100%;
    margin: 0 auto;
    /* border:.125rem solid rgba(254,147,37,1); */
    /* border-radius:5px; */
    /* padding: 1.6875rem .2rem; */
    position: relative;
}
.tf-container .tf-button{
    width: 100%;
    text-align: center;
    margin-top: 10px;
}
.tf-container .tf-item{
    width: 100%;
    margin: 0 auto;
    margin-top: 10px;
    display: flex;
    /* justify-content: center; */
    align-items: center;
    /* padding: 0 1.25rem; */
}
.tf-container .tf-item label{
    display: inline-block;
    width: 70px;
    font-size:13px;
    font-family:SourceHanSansCN;
    font-weight:bold;
}
.tf-container .tf-item input,.tf-container .tf-item select{
    border: 1px solid #BFBFBF;
    border-radius: 5px;
    padding: 5px 8px;
    font-size:13px;
}
.tf-container .tf-submit{
    background:#1088EB;
    box-shadow:0rem 0rem .125rem 0rem rgba(152,152,152,0.68);
    border-radius:.5rem;
    border: none;
    outline: none;
    padding: 8px 30px;
    margin: 10px 0;
    color: #fff;
    font-size:14px;
    font-family:SourceHanSansCN;
    font-weight:500;
    letter-spacing: .125rem;
    cursor: pointer;
}
.tf-container .tf-item .tf-gender span{
    display: inline-block;
    padding: 5px 38px;
    border:1px solid rgba(191,191,191,1);
    border-radius:5px;
    color: #B7B6B6;
    font-size: 13px;
    font-family:SourceHanSansCN;
    font-weight:400;
    cursor: pointer;
    /* margin-right: 1.25rem; */
}
.tf-container .tf-item .tf-insur span{
    display: inline-block;
    padding: 5px 15px;
    border:1px solid rgba(191,191,191,1);
    border-radius:5px;
    color: #B7B6B6;
    font-size: 13px;
    font-family:SourceHanSansCN;
    font-weight:400;
    cursor: pointer;
    /* margin-right: 1.25rem; */
}
.tf-container .tf-item .tf-yixiang span{
    display: inline-block;
    padding: 5px 7px;
    border:1px solid rgba(191,191,191,1);
    border-radius:5px;
    color: #B7B6B6;
    font-size: 13px;
    font-family:SourceHanSansCN;
    font-weight:400;
    cursor: pointer;
    /* margin-right: 1.25rem; */
}
.w2{
    display: inline-block;
    padding: .5rem 2.5rem;
    border:1px solid rgba(191,191,191,1);
    border-radius:5px;
    color: #B7B6B6;
    font-size: .9375rem;
    font-family:SourceHanSansCN;
    font-weight:400;
}
.tf-container .tf-item .tf-gender span.active{
    background: #79AEF7;
    color: #fff;
}
.tf-container .tf-item .tf-insur span.active{
    background: #79AEF7;
    color: #fff;
}
.tf-container .tf-item .tf-yixiang span.active{
    background: #79AEF7;
    color: #fff;
}
.tf-container .tf-tip p{
    width: 100%;
    margin: 0 auto;
    font-size:10px;
    font-family:SourceHanSansCN;
    font-weight:400;
    color:rgba(139,139,139,1);
    text-align: center;
}
.none{
    display: none;
}
.tf-mask, .tf-success{
    width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    border-radius:5px;
}
.tf-success .tf-gou{
    width: 25px;
    margin: 1.875rem 0 1.25rem;
}

.tf-success .tf-detail{
    width: 100%;
}
.tf-success div:first-of-type{
    font-size:15px;
    font-family:SourceHanSansCN;
    font-weight:bold;
    color:#79AEF7;
    margin-bottom: 15px;
}

.tf-success div:last-of-type{
    font-size:12px;
    font-family:SourceHanSansCN;
    font-weight:400;
    color:rgba(35,34,34,1);
    width: 90%;
    margin: 0 auto;
    margin-bottom: 1px;
}

.tf-mask .loading{
    width: 70%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 7.5rem;
}


.tf-gender{
    width:19rem;
}
.tf-insur{
    width:19rem;
}
.tf-yixiang{
    width:19rem;
}
.mt-10{
    margin-top: 1rem;
}
.tf-item input{
    width:19rem;
}
.btn-a{
    background: linear-gradient(-80deg,rgba(236,123,61,0.53),rgba(255,188,109,0.53)) #FB6B1D;
    box-shadow: 0rem 0rem 0.125rem 0rem rgba(152,152,152,0.68);
    border-radius: .5rem;
    border: none;
    outline: none;
    padding: .625rem 1.875rem;
    margin: .5rem 0;
    color: #fff;
    font-size: 1.1875rem;
    font-family: SourceHanSansCN;
    font-weight: 500;
    letter-spacing: .125rem;
    display: block;
    width: 60%;
    margin-left: 20%;
}
.tf-details{
    width:80% !important;
}
.tf-gous{
    width:10% !important;
}
#copy{
    width: 250px;
    height: 70px;
    line-height: 60px;
    letter-spacing: 4px;
    background: url("/static/images/button1.png") no-repeat center;
    background-size: 250px auto;
    text-align: center;
    font-size: 18px;
    color: #ffffff;
    font-weight: bold;
    margin: 10px auto 2px;
    /* margin-top: 10px; */
    cursor: pointer;
    animation: submitBtn 1.5s ease infinite;
}
@keyframes submitBtn {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

.mask5 .content {
    width: 76%;
    max-width: 400px;
    position: fixed;
    z-index: 501;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
    padding: 15px 15px 10px;
    box-sizing: border-box;
    border-radius: 5px;
}

.mask5 .content .close-icon {
    width: 30px;
    position: absolute;
    top: 0;
    right: 0;
}

/*cesuan.css*/
*{
    margin:0;
    padding: 0;
    box-sizing: border-box;
}
.tf-container{
    width: 100%;
    margin: 0 auto;
    /* border:.125rem solid rgba(254,147,37,1); */
    /* border-radius:5px; */
    /* padding: 1.6875rem .2rem; */
    position: relative;
}
.tf-container .tf-button{
    width: 100%;
    text-align: center;
    margin-top: 10px;
}
.tf-container .tf-item{
    width: 100%;
    margin: 0 auto;
    margin-top: 10px;
    display: flex;
    /* justify-content: center; */
    align-items: center;
    /* padding: 0 1.25rem; */
}
.tf-container .tf-item label{
    display: inline-block;
    width: 70px;
    font-size:13px;
    font-family:SourceHanSansCN;
    font-weight:bold;
}
.tf-container .tf-item input,.tf-container .tf-item select{
    border: 1px solid #BFBFBF;
    border-radius: 5px;
    padding: 5px 8px;
    font-size:13px;
}
.tf-container .tf-submit{
    background:#1088EB;
    box-shadow:0rem 0rem .125rem 0rem rgba(152,152,152,0.68);
    border-radius:.5rem;
    border: none;
    outline: none;
    padding: 8px 30px;
    margin: 10px 0;
    color: #fff;
    font-size:14px;
    font-family:SourceHanSansCN;
    font-weight:500;
    letter-spacing: .125rem;
    cursor: pointer;
}
.tf-container .tf-item .tf-gender span{
    display: inline-block;
    padding: 5px 38px;
    border:1px solid rgba(191,191,191,1);
    border-radius:5px;
    color: #B7B6B6;
    font-size: 13px;
    font-family:SourceHanSansCN;
    font-weight:400;
    cursor: pointer;
    /* margin-right: 1.25rem; */
}
.tf-container .tf-item .tf-insur span{
    display: inline-block;
    padding: 5px 15px;
    border:1px solid rgba(191,191,191,1);
    border-radius:5px;
    color: #B7B6B6;
    font-size: 13px;
    font-family:SourceHanSansCN;
    font-weight:400;
    cursor: pointer;
    /* margin-right: 1.25rem; */
}
.tf-container .tf-item .tf-yixiang span{
    display: inline-block;
    padding: 5px 7px;
    border:1px solid rgba(191,191,191,1);
    border-radius:5px;
    color: #B7B6B6;
    font-size: 13px;
    font-family:SourceHanSansCN;
    font-weight:400;
    cursor: pointer;
    /* margin-right: 1.25rem; */
}
.w2{
    display: inline-block;
    padding: .5rem 2.5rem;
    border:1px solid rgba(191,191,191,1);
    border-radius:5px;
    color: #B7B6B6;
    font-size: .9375rem;
    font-family:SourceHanSansCN;
    font-weight:400;
}
.tf-container .tf-item .tf-gender span.active{
    background: #79AEF7;
    color: #fff;
}
.tf-container .tf-item .tf-insur span.active{
    background: #79AEF7;
    color: #fff;
}
.tf-container .tf-item .tf-yixiang span.active{
    background: #79AEF7;
    color: #fff;
}
.tf-container .tf-tip p{
    width: 100%;
    margin: 0 auto;
    font-size:10px;
    font-family:SourceHanSansCN;
    font-weight:400;
    color:rgba(139,139,139,1);
    text-align: center;
}
.none{
    display: none;
}
.tf-mask, .tf-success{
    width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    border-radius:5px;
}
.tf-success .tf-gou{
    width: 25px;
    margin: 1.875rem 0 1.25rem;
}

.tf-success .tf-detail{
    width: 100%;
}
.tf-success div:first-of-type{
    font-size:15px;
    font-family:SourceHanSansCN;
    font-weight:bold;
    color:#79AEF7;
    margin-bottom: 15px;
}

.tf-success div:last-of-type{
    font-size:12px;
    font-family:SourceHanSansCN;
    font-weight:400;
    color:rgba(35,34,34,1);
    width: 90%;
    margin: 0 auto;
    margin-bottom: 1px;
}

.tf-mask .loading{
    width: 70%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 7.5rem;
}


.tf-gender{
    width:19rem;
}
.tf-insur{
    width:19rem;
}
.tf-yixiang{
    width:19rem;
}
.mt-10{
    margin-top: 1rem;
}
.tf-item input{
    width:19rem;
}
.btn-a{
    background: linear-gradient(-80deg,rgba(236,123,61,0.53),rgba(255,188,109,0.53)) #FB6B1D;
    box-shadow: 0rem 0rem 0.125rem 0rem rgba(152,152,152,0.68);
    border-radius: .5rem;
    border: none;
    outline: none;
    padding: .625rem 1.875rem;
    margin: .5rem 0;
    color: #fff;
    font-size: 1.1875rem;
    font-family: SourceHanSansCN;
    font-weight: 500;
    letter-spacing: .125rem;
    display: block;
    width: 60%;
    margin-left: 20%;
}
.tf-details{
    width:80% !important;
}
.tf-gous{
    width:10% !important;
}
#copy{
    width: 250px;
    height: 70px;
    line-height: 60px;
    letter-spacing: 4px;
    background: url("/static/images/button1.png") no-repeat center;
    background-size: 250px auto;
    text-align: center;
    font-size: 18px;
    color: #ffffff;
    font-weight: bold;
    margin: 10px auto 2px;
    /* margin-top: 10px; */
    cursor: pointer;
    animation: submitBtn 1.5s ease infinite;
}
@keyframes submitBtn {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

.mask5 .content {
    width: 76%;
    max-width: 400px;
    position: fixed;
    z-index: 501;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
    padding: 15px 15px 10px;
    box-sizing: border-box;
    border-radius: 5px;
}

.mask5 .content .close-icon {
    width: 30px;
    position: absolute;
    top: 0;
    right: 0;
}
