@charset "utf-8";
/* CSS Document */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td { margin: 0; padding: 0; }
body {background:#fff; width: 100%; color: #272727; font-family: Microsoft YaHei, Simsun, Arial, Helvetica, sans-serif; font-size: 14px; min-width: 1280px;  overflow-x:hidden;}
fieldset, img { border: 0; }
img { display: block; height: auto; }
ol, ul { list-style: none; }
h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: normal; }
em, i { font-style: normal; }
input, button, select, textarea { outline: none; }
textarea { resize: none; }
a { text-decoration: none; }
.clearfix:before, .clearfix:after { display: table; content: ""; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

/*--------------------------------------------------------------------------------------------------------------------------------*/

/*导航*/
.index_navbox { width: 100%; height: 70px; overflow: hidden; }
.index_nav { width: 1200px; height: 70px; margin: 0 auto; /*position:relative;*/ }
.index_nav_logobox { float: left; width: 286px; height: 70px; }
.index_nav_logobox a { padding-top: 20px; display: block; }
.index_nav_menubox { float: left; width: auto; height: 70px; }
.index_nav_menu li { float: left; line-height: 70px; }
.index_nav_menu li a { font-size: 15px; color: #272727; display: block; padding: 0 18px; }
.index_nav_menu li .main_header_box_nav:hover a { color: #00ad66; }
.index_nav_menu .main_header_nav_box_list_product_box .main_header_nav_box_list_text:hover a {color: #00ad66;}
.index_nav_menu li.current { display: inline-block; *display: inline; border-bottom: 2px solid #00ad66; height: 68px; }
.index_nav_menu li.current .main_header_box_nav a { font-weight: bold; color: #00ad66; }
.index_nav_menu li.current .main_headerbox_navbox{overflow: hidden; margin: 0 auto; background: url(../imagess/header_nav_arrow_hover.png) no-repeat right center; padding-right: 13px; }
.index_nav_registerbox { float: right;margin-left:10px;  }
.index_nav_register a { font-size: 14px; color: #fff; height: 70px; padding: 0 20px; background-color: #00ad66; line-height: 70px; display: block; }
.index_nav_appstorebox { float: right;}
.index_nav_appstore a { font-size: 14px; color: #fff; height: 70px; padding: 0 20px; background-color: #00ad66; line-height: 70px; display: block; }

/* 头部二维码扫描 */
/* 入 */
@keyframes bounceInLeft {
	0% { opacity: 0; transform: translateX(-600px); }
	60% { opacity: 1; transform: translateX(30px); }
	80% { transform: translateX(-10px); }
	100% { transform: translateX(0); }
}

@-webkit-keyframes bounceInLeft {
	0% { opacity: 0; -webkit-transform: translateX(-600px); }
	60% { opacity: 1; -webkit-transform: translateX(30px); }
	80% { -webkit-transform: translateX(-10px); }
	100% { -webkit-transform: translateX(0); }
}

@-moz-keyframes bounceInLeft {
	0% { opacity: 0; -moz-transform: translateX(-600px); }
	60% { opacity: 1; -moz-transform: translateX(30px); }
	80% { -moz-transform: translateX(-10px); }
	100% { -moz-transform: translateX(0); }
}
/* 出 */
@keyframes bounceOutLeft {
	0% { transform: translateX(0); }
	20% { opacity: 1; transform: translateX(20px); }
	100% { opacity: 0; transform: translateX(-600px); }
}

@-webkit-keyframes bounceOutLeft {
	0% { -webkit-transform: translateX(0); }
	20% { opacity: 1; -webkit-transform: translateX(20px); }
	100% { opacity: 0; -webkit-transform: translateX(-600px); }
}

@-moz-keyframes bounceOutLeft {
	0% { -moz-transform: translateX(0); }
	20% { opacity: 1; -moz-transform: translateX(20px); }
	100% { opacity: 0; -moz-transform: translateX(-600px); }
}

.wx_pic { position: fixed; top: 35px; left: 45px; z-index: 101; background-color: #8c8c8c; padding: 5px; display: none; }
.wx_pic_in { animation: bounceInLeft .6s .2s ease both; -webkit-animation: bounceInLeft .6s .2s ease both; -moz-animation: bounceInLeft .6s .2s ease both; }
.wx_pic_out { animation: bounceOutLeft 1s .2s ease both; -webkit-animation: bounceOutLeft 1s .2s ease both; -moz-animation: bounceOutLeft 1s .2s ease both; }

/* 对话框风格 */
.ui-widget-header { border: none; background: url(../imagess/img.png) no-repeat 0 -283px; font-weight: bold; height: 36px; }
.ui-widget-content { font-size: 12px; }
.ui-widget-content .ui-icon { background-image: url(../imagess/img.png); }
.ui-dialog { position: fixed; }
.ui-dialog .ui-dialog-titlebar { background: #3cac4a; position: relative; padding: 0; }
.ui-dialog .ui-dialog-title { font-size: 15px; color: #f9f7f7; line-height: 33px; padding-left: 10px; }
.ui-dialog .ui-dialog-content { padding: 0; overflow: hidden; }
.ui-dialog .ui-dialog-titlebar-close { border: 0; right: 10px; top: 18px; background: none; }
.ui-icon-closethick { width: 19px; height: 19px; background: url(../imagess/img.png) no-repeat -482px -69px; float: right; margin-right: 10px; margin-top: 5px; }

/* 无标题对话框 */
.no_title_dialog { border: none; padding: 0; width: auto; overflow: visible; }
.no_title_dialog .ui-dialog-titlebar { display: none; }

/* 透明对话框 */
.transparent_dialog { padding: 0; width: auto; filter: Alpha(Opacity=0); opacity: 0.0; position: relative; }
.transparent_dialog .ui-dialog-titlebar { display: none; }

/* 登录 */
.login, .sign { width: 395px; height: 242px; box-shadow: 0 0 5px #cecece; margin: 5px; border: 1px solid #cfcfcf; }
.login_title { width: 100%; height: 36px; background: url(../imagess/img.png) no-repeat 0 -283px; }
.login_title_name { width: 100px; height: 36px; float: left; font-size: 15px; color: #fff; text-shadow: 0px 1px 0px #004979; line-height: 36px; text-indent: 12px; }
.login_title_close { width: 18px; height: 18px; padding: 7px 13px; float: right; }
.button_close { width: 18px; height: 18px; background: url(../imagess/img.png) no-repeat -482px -69px; }
.login_content { width: 100%; overflow: hidden; margin: 12px 0; }
.login_content li { float: left; }
.login_content_name { width: 100px; overflow: hidden; text-align: right; color: #828284; line-height: 36px; }
.login_content_input { width: 210px; overflow: hidden; }
.login_content_input input { width: 198px; height: 28px; border: 1px solid #b1b1b2; border-radius: 5px; margin: 3px; line-height: 28px; }
.login_content_input input:hover { width: 198px; height: 28px; line-height: 28px; border: 1px solid #73b16b; border-radius: 5px; box-shadow: 0 0 3px #73b16b; margin: 3px; }
.login_content_other { overflow: hidden; text-align: left; line-height: 36px; }
.login_content a { color: #3c7bc5; line-height: 36px; padding-left: 5px; }
.login_content #CodeImg { width: 90px; height: 32px; margin-top: 3px; cursor: pointer; }
.login_left_button { height: 50px; float: left; }
.login_left_button li { float: left; margin: 10px 10px 0 5px; }
.login_left_button li:hover { text-decoration: underline; }
.login_right_button { height: 50px; float: right; }
.login_right_button li { float: right; margin: 10px 10px 0 5px; }
.login_right_button li:hover { text-decoration: underline; }
.login_button_login { width: 81px; height: 33px; background: #3cac4a; text-align: center; font-size: 14px; color: #fff; line-height: 33px; cursor: pointer; border-radius: 5px; }
.login_button_login1 { width: 81px; height: 33px; background: #dddddd; text-align: center; font-size: 14px; color: #999; line-height: 33px; cursor: pointer; border-radius: 5px; }
.login_button_cancle { width: 30px; height: 33px; text-align: center; line-height: 33px; color: #646464; text-shadow: 0px 1px 0px #fff; cursor: pointer; }
.login_button_loginQQ { width: auto; overflow: hidden; line-height: 33px; font-size: 14px; color: #999; float: left; cursor: pointer; background: #ddd; padding: 0 10px; border-radius: 5px; min-width: 61px; text-align: center; }

/* 在线客服 */
.Consult_Box_frame { position: fixed; right: 18px; bottom: 40px; z-index: 20; width: 90px; }
.Consult_Box { width: 90px; overflow: hidden; border: 1px solid #d9d9d9; background: #fff; border-radius: 5px; padding-bottom: 10px; }
.Consult_People { width: 90px; height: 63px; background: url(../imagess/Consult_People.png) no-repeat; }
.Consult_QQBox { width: 76px; overflow: hidden; margin: 0 auto; border: 1px solid #e3e3e3; background: #fff; margin-top: 5px; padding: 0 3px; }
.Consult_QQ { width: 51px; height: 24px; border-bottom: 1px dashed #dadada; padding-left: 25px; line-height: 24px; color: #757575; background: url(../imagess/icon_Consult_QQ.png) no-repeat 3px 3px; }
.Consult_QQ a { line-height: 24px; color: #757575; }
.Consult_QQ:last-child { border-bottom: none; }
.Consult_ButtonBox { width: 83px; overflow: hidden; margin: 0 auto; margin-top: 5px; }
.Consult_ButtonBox_01 { width: 83px; height: 23px; background: #189dde; color: #fff; line-height: 23px; text-align: center; cursor: pointer; border-radius: 3px; }
.Consult_ButtonBox_01 a { line-height: 23px; text-align: center; color: #fff; }
.Consult_ButtonBox_01:hover { background: #148ed8; text-decoration: underline; }
.Consult_ButtonBox_02 { width: 83px; height: 23px; background: #ed9864; color: #fff; line-height: 23px; text-align: center; margin-top: 5px; cursor: pointer; border-radius: 3px; }
.Consult_ButtonBox_02:hover { background: #e98855; text-decoration: underline; }
.Consult_ButtonBox_03 { width: 83px; height: 23px; background: #72cd75; color: #fff; line-height: 23px; text-align: center; cursor: pointer; margin-top: 5px; border-radius: 3px; }
.Consult_ButtonBox_03:hover { background: #62c465; text-decoration: underline; }
.Consult_ButtonBox_04 { width: 83px; height: 23px; background: #e27777; color: #fff; line-height: 23px; text-align: center; cursor: pointer; margin-top: 5px; border-radius: 3px; }
.Consult_ButtonBox_04:hover { background: #dd6969; text-decoration: underline; }
.Consult_Weixin { width: 90px; overflow: hidden; margin: 0 auto; background: url(../imagess/weixin_Consult.png) no-repeat 7px 0; padding-top: 76px; margin-top: 10px; line-height: 20px; text-align: center; color: #3b81c3; }
.Consult_Box_frame .online_space { height: 30px; }
.Consult_Box_frame .icon_top { width: 51px; height: 51px; margin: 0 auto; }
.Consult_Box_frame .icon_top_hover { margin: 0 auto; }

.Consult_Box_Top { width: 100%; overflow: hidden; margin-top: 5px; }
.Consult_Box_Top .icon_top { width: 83px; height: 40px; overflow: hidden; margin: 0 auto; background-color: #dbdbdb; line-height: 40px; text-indent: 40px; color: #fff; border-radius: 3px; font-weight: bold; background-image: url(../imagess/Icon_Top.png); background-repeat: no-repeat; background-position: center 12px; }
.Consult_Box_Top .icon_top_hover { width: 83px; height: 40px; overflow: hidden; margin: 0 auto; background-color: #cccccc; line-height: 40px; text-indent: 40px; color: #fff; border-radius: 3px; font-weight: bold; background-image: url(../imagess/Icon_Top.png); background-repeat: no-repeat; background-position: center 12px; }

/* 在线留言 */
.message { width: 460px; overflow: hidden; border: 1px solid #dddddd; background: #f8f8f8; position: relative; }
.message_title { width: 374px; overflow: hidden; border-bottom: 1px solid #bfbfbf; line-height: 36px; font-size: 23px; font-weight: normal; color: #4c4c4c; margin: 0 auto; margin-top: 17px; }
.message_content { width: 374px; overflow: hidden; margin: 0 auto; border-top: 1px solid #fff; padding-top: 13px; }
.message_frame { width: 100%; overflow: hidden; margin-bottom: 10px; }
.message_frame li { float: left; }
.message_select { width: 220px; overflow: hidden; margin: 0 auto; margin-bottom: 10px; }
.message_select li { color: #959593; float: left; }
.input-radio { width: 13px; height: 13px; position: relative; top: -1px; vertical-align: middle; margin: 0 5px; color: #666; }
.message_phone { width: 95%; text-align: right; font-size: 14px; color: #658dc1; font-weight: bold; }
.message_name { width: 65px; overflow: hidden; text-align: right; line-height: 39px; color: #959593; font-size: 13px; }
.message_input { width: 294px; overflow: hidden; }
.message_input input { width: 292px; height: 36px; border: 1px solid #d3d3d3; }
.message_input textarea { width: 290px; height: 103px; border: 1px solid #d3d3d3; }
.button_submit { width: 80px; height: 30px; background: url(../imagess/img.png) no-repeat -482px -90px; float: right; margin-right: 15px; text-align: center; line-height: 30px; font-size: 14px; color: #fff; margin-bottom: 17px; cursor: pointer; }
.button_submit:hover { width: 80px; height: 30px; background: url(../imagess/img.png) no-repeat -482px -120px; float: right; margin-right: 15px; text-align: center; line-height: 30px; font-size: 14px; color: #fff; margin-bottom: 17px; }
.message_close { width: 22px; height: 22px; background: url(../imagess/img.png) no-repeat -504px -68px; position: absolute; top: 15px; right: 15px; cursor: pointer; }
.message_close:hover { width: 22px; height: 22px; background: url(../imagess/img.png) no-repeat -529px -68px; position: absolute; top: 15px; right: 15px; cursor: pointer; }

/*首页预约地区样式*/
.pop_up_city_list_box { width: 333px; height: auto; border: 1px solid #bdc1c4; background-color: #fff; }
.pop_up_city_list_box ul li { width: 320px; height: 38px; padding-left: 13px; color: #777; line-height: 38px; font-size: 14px; }
.pop_up_city_list_box ul li:hover { color: #3179cb; font-weight: 600; background-color: #ecf1f5; }

.index_download_center { background: url(../imagess/download_center_video_img.jpg) no-repeat left 6px; }
.index_download_center a { display: block; height: 70px; padding-left: 80px; width: 220px; padding-top: 14px; line-height: 25px; }
.index_download_center a:hover { text-decoration: underline; }

.index_demobox_inputbox_date .index_demobox_inputbox_date_icon { width: 38px; height: 38px; float: right; }
.index_demobox_inputbox_date .index_demobox_inputbox_date_icon button { border: none; width: 38px; height: 38px; background: url(../imagess/index_demo_icon.png) no-repeat -76px 0; cursor: pointer; float: right; }
.index_demobox_inputbox_date .index_demobox_inputbox_date_icon:hover button { background: url(../imagess/index_demo_icon.png) no-repeat -114px 0; }

.index_demobox_inputbox_date { float: right; }
.index_demobox_inputbox_city_input input { width: 202px; height: 28px; border: none; font-size: 14px; }
.index_demobox_inputbox_city_input .ui-datepicker-trigger { border: none; width: 38px; height: 38px; background: url(../imagess/index_demo_icon.png) no-repeat -76px 0; cursor: pointer; float: right; }



/*banner*/
.index_bannerbox { width: 100%; height: 620px; overflow: hidden; position: relative; }
.banner_listbox { width: 100%; height: 620px; overflow: hidden; position: absolute; left: 0; top: 0; }
.banner_list { width: auto; height: 620px; z-index: 99; }
.banner_listbox ul { width: auto; height: 620px; overflow: hidden; }
.banner_listbox ul li {width: auto; height: 620px; position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; }
.index_banner1 { height: 620px; }
.banner_list_text { width: 1200px; height: 620px; margin: 0 auto; position: relative; }
.banner_registerbg { width: 100%; height: 620px; position: absolute; top: 0; left: 0; }
.banner_registerbox { width: 1200px; height: 620px; margin: 0 auto; }
.banner_register_main { width: 260px; height: auto; padding: 20px 16px 30px; background-color: rgba(255,255,255,0.9); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e5ffffff,endColorstr=#e5ffffff); /*float:right; margin-top:110px;margin-right: 98px;*/ position: absolute; top: 110px; right: 120px; }
.register_main_title { width: auto; border-bottom: 1px dashed #c7c7c7; line-height: 50px; background: url(../imagess/wx_icon01.png) no-repeat left center; padding-left: 40px; font-size: 20px; color: #272727; margin-bottom: 24px; }
.register_main_content { width: auto; height: auto; margin: 14px 0; overflow: hidden; }
.register_main_content li h3 { float: left; font-size: 14px; color: #666; line-height: 34px; }
.register_main_content_input { float: right; }
.input_190 { width: 170px; height: 34px; border: 1px solid #e5e5e5; line-height: 34px; padding: 0 10px; font-size: 14px; color: #666; }
.input_92 { width: 72px; height: 34px; border: 1px solid #e5e5e5; line-height: 34px; padding: 0 10px; font-size: 14px; color: #666; float: right; }
.register_main_content_input input:hover { border: 1px solid #c7c7c7; }
.register_main_content_input span { float: right; width: 92px; height: 36px; background-color: #c7c7c7; text-align: center; line-height: 36px; font-size: 14px; color: #666; cursor: pointer; margin-left: 6px; }
.register_main_content_input img { float: right; width: 92px; height: 36px; background-color: #c7c7c7; text-align: center; line-height: 36px; font-size: 14px; color: #666; cursor: pointer; margin-left: 6px; }
.register_main_button a { width: 100%; height: 40px; border-radius: 2px; color: #fff; font-size: 18px; background-color: #00ad66; text-align: center; line-height: 40px; margin-top: 24px; display: block; }
.register_main_button a:hover { background-color: #008f54; }

.banner_icon { display: block; width: 58px; height: 58px; border-radius: 50%; margin: auto; margin-bottom: 8px; }
.banner_icon01 { background: url(../imagess/banner_icon/01.png) no-repeat center center; background-color: #fff; }
.banner_icon02 { background: url(../imagess/banner_icon/02.png) no-repeat center center; background-color: #fff; }
.banner_icon03 { background: url(../imagess/banner_icon/03.png) no-repeat center center; background-color: #fff; }
.banner_icon04 { background: url(../imagess/banner_icon/04.png) no-repeat center center; background-color: #fff; }
.banner_icon05 { background: url(../imagess/banner_icon/05.png) no-repeat center center; background-color: #fff; }
.banner_icon06 { background: url(../imagess/banner_icon/06.png) no-repeat center center; background-color: #fff; }
.banner_icon07 { background: url(../imagess/banner_icon/07.png) no-repeat center center; background-color: #fff; }
.banner_icon08 { background: url(../imagess/banner_icon/08.png) no-repeat center center; background-color: #fff; }
.banner_icon09 { background: url(../imagess/banner_icon/09.png) no-repeat center center; background-color: #fff; }
.banner_icon10 { background: url(../imagess/banner_icon/10.png) no-repeat center center; background-color: #fff; }
.banner_icon11 { background: url(../imagess/banner_icon/11.png) no-repeat center center; background-color: #fff; }
.banner_icon12 { background: url(../imagess/banner_icon/12.png) no-repeat center center; background-color: #fff; }
.banner_icon13 { background: url(../imagess/banner_icon/13.png) no-repeat center center; background-color: #fff; }
.banner_icon14 { background: url(../imagess/banner_icon/14.png) no-repeat center center; background-color: #fff; }
.banner_icon15 { background: url(../imagess/banner_icon/15.png) no-repeat center center; background-color: #fff; }
.banner_icon16 { background: url(../imagess/banner_icon/16.png) no-repeat center center; background-color: #fff; }
.banner_regist_box { width: 1200px; height: 0px; margin: auto; position: absolute; left: 0; right: 0; }
.banner_iconmenubox { width: 1200px; height: 82px; overflow: hidden; margin: auto; position: absolute; left: 0; bottom: 20px; right: 0; }
.banner_iconmenubox li { float: left; width: 74px; margin: auto; text-align: center; font-size: 12px; color: #fff; }
.banner_iconmenubox li:hover { color: #00ad66; cursor: pointer; }
.banner_iconmenubox li:hover .banner_icon01 { background: url(../imagess/banner_icon/01_hover.png) no-repeat center center; background-color: #00ad66; }
.banner_iconmenubox li:hover .banner_icon02 { background: url(../imagess/banner_icon/02_hover.png) no-repeat center center; background-color: #00ad66; }
.banner_iconmenubox li:hover .banner_icon03 { background: url(../imagess/banner_icon/03_hover.png) no-repeat center center; background-color: #00ad66; }
.banner_iconmenubox li:hover .banner_icon04 { background: url(../imagess/banner_icon/04_hover.png) no-repeat center center; background-color: #00ad66; }
.banner_iconmenubox li:hover .banner_icon05 { background: url(../imagess/banner_icon/05_hover.png) no-repeat center center; background-color: #00ad66; }
.banner_iconmenubox li:hover .banner_icon06 { background: url(../imagess/banner_icon/06_hover.png) no-repeat center center; background-color: #00ad66; }
.banner_iconmenubox li:hover .banner_icon07 { background: url(../imagess/banner_icon/07_hover.png) no-repeat center center; background-color: #00ad66; }
.banner_iconmenubox li:hover .banner_icon08 { background: url(../imagess/banner_icon/08_hover.png) no-repeat center center; background-color: #00ad66; }
.banner_iconmenubox li:hover .banner_icon09 { background: url(../imagess/banner_icon/09_hover.png) no-repeat center center; background-color: #00ad66; }
.banner_iconmenubox li:hover .banner_icon10 { background: url(../imagess/banner_icon/10_hover.png) no-repeat center center; background-color: #00ad66; }
.banner_iconmenubox li:hover .banner_icon11 { background: url(../imagess/banner_icon/11_hover.png) no-repeat center center; background-color: #00ad66; }
.banner_iconmenubox li:hover .banner_icon12 { background: url(../imagess/banner_icon/12_hover.png) no-repeat center center; background-color: #00ad66; }
.banner_iconmenubox li:hover .banner_icon13 { background: url(../imagess/banner_icon/13_hover.png) no-repeat center center; background-color: #00ad66; }
.banner_iconmenubox li:hover .banner_icon14 { background: url(../imagess/banner_icon/14_hover.png) no-repeat center center; background-color: #00ad66; }
.banner_iconmenubox li:hover .banner_icon15 { background: url(../imagess/banner_icon/15_hover.png) no-repeat center center; background-color: #00ad66; }
.banner_iconmenubox li:hover .banner_icon16 { background: url(../imagess/banner_icon/16_hover.png) no-repeat center center; background-color: #00ad66; }
.banner_iconmenubox .current { color: #00ad66; cursor: pointer; }
.banner_iconmenubox .current .banner_icon01 { background: url(../imagess/banner_icon/01_hover.png) no-repeat center center; background-color: #00ad66; }
.banner_iconmenubox .current .banner_icon02 { background: url(../imagess/banner_icon/02_hover.png) no-repeat center center; background-color: #00ad66; }
.banner_iconmenubox .current .banner_icon03 { background: url(../imagess/banner_icon/03_hover.png) no-repeat center center; background-color: #00ad66; }
.banner_iconmenubox .current .banner_icon04 { background: url(../imagess/banner_icon/04_hover.png) no-repeat center center; background-color: #00ad66; }
.banner_iconmenubox .current .banner_icon05 { background: url(../imagess/banner_icon/05_hover.png) no-repeat center center; background-color: #00ad66; }
.banner_iconmenubox .current .banner_icon06 { background: url(../imagess/banner_icon/06_hover.png) no-repeat center center; background-color: #00ad66; }
.banner_iconmenubox .current .banner_icon07 { background: url(../imagess/banner_icon/07_hover.png) no-repeat center center; background-color: #00ad66; }
.banner_iconmenubox .current .banner_icon08 { background: url(../imagess/banner_icon/08_hover.png) no-repeat center center; background-color: #00ad66; }
.banner_iconmenubox .current .banner_icon09 { background: url(../imagess/banner_icon/09_hover.png) no-repeat center center; background-color: #00ad66; }
.banner_iconmenubox .current .banner_icon10 { background: url(../imagess/banner_icon/10_hover.png) no-repeat center center; background-color: #00ad66; }
.banner_iconmenubox .current .banner_icon11 { background: url(../imagess/banner_icon/11_hover.png) no-repeat center center; background-color: #00ad66; }
.banner_iconmenubox .current .banner_icon12 { background: url(../imagess/banner_icon/12_hover.png) no-repeat center center; background-color: #00ad66; }
.banner_iconmenubox .current .banner_icon13 { background: url(../imagess/banner_icon/13_hover.png) no-repeat center center; background-color: #00ad66; }
.banner_iconmenubox .current .banner_icon14 { background: url(../imagess/banner_icon/14_hover.png) no-repeat center center; background-color: #00ad66; }
.banner_iconmenubox .current .banner_icon15 { background: url(../imagess/banner_icon/15_hover.png) no-repeat center center; background-color: #00ad66; }
.banner_iconmenubox .current .banner_icon16 { background: url(../imagess/banner_icon/16_hover.png) no-repeat center center; background-color: #00ad66; }

.banner_register_main .popupsignbox_signbox_hint { width: 100%; overflow: hidden; }
.banner_register_main .popupsignbox_signbox_hint .popupsignbox_signbox_password a { display: block; color: #00ad66; float: left; }
.banner_register_main .popupsignbox_signbox_hint .popupsignbox_signbox_sign a { display: block; float: right; color: #666; }


/*首页banner大图*/
.meixin_banner_content { width: 1200px; height: 350px; position: absolute; left: 20px; top: 0; bottom: 0; margin: auto; }
.banner_content_title a { font-size: 60px; color: #fff; }
.banner_content_title a i { font-size: 30px; color: #fff; font-style: normal; }
/*.banner_content_title a:hover{ text-decoration:underline; color:#00ad66;}
.banner_content_title a:hover i{ color:#00ad66;}*/
.banner_content_title a:hover span { text-decoration: underline; color: #00ad66; }
.banner_content_subtitle { font-size: 22px; color: #fefefe; padding-top: 14px; max-width: 470px; line-height: 38px; }
.banner_content_btnbox { padding-top: 60px;/*padding-left:45px;*/ }
.banner_content_btnbox a { padding: 6px 26px; font-size: 22px; color: #fff; border: 2px solid #fff; border-radius: 5px; }
.banner_content_btnbox a:hover { text-decoration: underline; background-color: #00ad66; border: 2px solid #00ad66; }
.index_banner1 { width: 100%; background: url("../imagess/banner/banner_1.jpg") no-repeat scroll center top transparent }
.index_banner2 { width: 100%; background: url("../imagess/banner/banner_2.jpg") no-repeat scroll center top transparent }
.index_banner3 { width: 100%; background: url("../imagess/banner/banner_3.jpg") no-repeat scroll center top transparent }
.index_banner4 { width: 100%; background: url("../imagess/banner/banner_4.jpg") no-repeat scroll center top transparent }
.index_banner5 { width: 100%; background: url("../imagess/banner/banner_5.jpg") no-repeat scroll center top transparent }
.index_banner6 { width: 100%; background: url("../imagess/banner/banner_6.jpg") no-repeat scroll center top transparent }
.index_banner7 { width: 100%; background: url("../imagess/banner/banner_7.jpg") no-repeat scroll center top transparent }
.index_banner8 { width: 100%; background: url("../imagess/banner/banner_8.jpg") no-repeat scroll center top transparent }
.index_banner9 { width: 100%; background: url("../imagess/banner/banner_9.jpg") no-repeat scroll center top transparent }
.index_banner10 { width: 100%; background: url("../imagess/banner/banner_10.jpg") no-repeat scroll center top transparent }
.index_banner11 { width: 100%; background: url("../imagess/banner/banner_11.jpg")no-repeat scroll center top transparent }
.index_banner12 { width: 100%; background: url("../imagess/banner/banner_12.jpg") no-repeat scroll center top transparent }
.index_banner13 { width: 100%; background: url("../imagess/banner/banner_13.jpg") no-repeat scroll center top transparent }
.index_banner14 { width: 100%; background: url("../imagess/banner/banner_14.jpg") no-repeat scroll center top transparent }
.index_banner15 { width: 100%; background: url("../imagess/banner/banner_15.jpg") no-repeat scroll center top transparent }
.index_banner16 { width: 100%; background: url("../imagess/banner/banner_16.jpg") no-repeat scroll center top transparent }
/*首页banner结束*/



/*微信公众号系统*/
.index_main_bgbox { width: 100%; height: auto; padding:60px 0; background-color: #f5f5f5; }
.index_main_box { width: 1200px; height: auto; margin: 0 auto; overflow: hidden; position: relative; }
.index_main_titlebox { width: auto; height: 72px; background: url(../imagess/title/01.png) no-repeat center center; margin-bottom: 60px; }
.index_main_titlebox h1 { font-size: 36px; color: #272727; text-align: center; margin-left: 42px; padding-top: 6px; }
.index_main_titlebox p { text-align: center; font-size: 18px; color: #666; margin-top: 45px; line-height: 36px; }
.index_main_titlebox p a { font-size: 18px; color: #00ad66; text-decoration: underline; padding-top: 10px; }
.index_main_titlebox_zhuyun { width: auto; height: 72px; background: url(../imagess/title/06.png) no-repeat center center; margin-bottom: 60px; }
.index_main_titlebox_zhuyun h1 { font-size: 36px; color: #272727; text-align: center; margin-left: 18px; padding-top: 6px; }
.index_wxsystem_title { margin-bottom: 180px; }
.index_system_mainbox { width: 100%; height: 500px; position: relative; }
.index_system_listbox { width: 398px; position: absolute; left: 0; top: 0; z-index: 1; border: 1px solid #c7c7c7; background-color: #fff; clear: both; }
.index_system_listbg {width:100%;overflow:hidden;margin:0 auto;}
.index_system_iconbox { width: 100%; height: 160px; background-color: #252d30; padding-top: 24px; }
.index_system_icon { width: 76px; height: 76px; background: url(../imagess/price_iconbox.png) no-repeat center top; margin: 0 auto; }
.system_icon01 { width: 100%; height: 76px; background: url(../imagess/price_icon01.png) no-repeat center center; display: block; }
.system_icon02 { width: 100%; height: 76px; background: url(../imagess/price_icon02.png) no-repeat 23px center; display: block; }
.system_icon03 { width: 100%; height: 76px; background: url(../imagess/price_icon03.png) no-repeat 23px center; display: block; }
.system_icon04 { width: 100%; height: 76px; background: url(../imagess/price_icon04.png) no-repeat center center; display: block; }
.index_system_title { width: 100%; margin-top: 12px; text-align: center; position:relative; }
.index_system_title a { font-size: 24px; color: #fff; }
.index_system_title a:hover { font-size: 24px; color: #fff; text-decoration: underline; }
.index_system_title p { font-size: 14px; color: #fff; opacity: 0.5; margin-top: 2px; }
.index_system_title .note_box{ width:auto; padding:2px 4px; font-size:12px; color:#fff; background-color:#f1ae1f; position:absolute; top:7px; left:245px;}
.index_system_title .note_box em{ display:block; width:0; height:0; border-top:7px solid transparent; border-bottom:7px solid transparent; border-right:10px solid #f1ae1f; position:absolute; top:3px; left:-7px;}
.index_system_pricebox { width: 280px; padding: 0 20px; overflow: hidden;margin:0 auto; }
.index_system_price { width: 100%; border-bottom: 1px dashed #e5e5e5; height: 70px; text-align: center; line-height: 70px; }
.index_system_price h2 { font-size: 36px; font-family: Arial, Helvetica, sans-serif; letter-spacing: -1; font-weight: bold; color: #00ad66; }
.index_system_price h2 i { font-size: 20px; font-weight: normal; }
.system_price_functionbox { width: 100%; margin-top: 6px; overflow: hidden; }
.system_price_functionbox ul {width:100%; overflow: hidden;padding:15px 0;}
.system_price_functionbox ul li {margin-bottom:15px;float: left; font-size: 14px; color: #777; background: url(../imagess/icon_check.png) no-repeat 20px center; padding-left: 40px; width:100px; }
.system_price_functionbox ul li.system_price_function_uncheck { background: url(../imagess/icon_uncheck.png) no-repeat 20px center; }
.system_price_function_btn { width: auto; height: auto; overflow: hidden; margin: 0px 10px 30px; }
.system_price_function_btn a { width: 106px; height: 32px; border-radius: 2px; color: #00ad66; border: 1px solid #00ad66; line-height: 32px; text-align: center; font-size: 16px; display: block; float: left; }
.system_price_function_btn a.system_price_function_btn_r { float: right; }
.system_price_function_btn a:hover { background-color: #00ad66; color: #fff; }
.index_system_list02 { left: 0; top: 0; }
.index_system_list03 { left: 399px; top: 0; }
.index_system_list04 { left: 798px; top: 0; }
.index_system_listbox:hover { border: 2px solid #00ad66; z-index: 2; top: -1px; box-shadow: 0 0 10px #00ad66; }
.index_system_listbox:hover .index_system_iconbox { background-color: #00ad66; }
.index_system_listbox:hover .index_system_icon { background: url(../imagess/price_iconbox.png) no-repeat center bottom; }
.index_system_listbox:hover .system_icon01 { background: url(../imagess/price_icon01_hover.png) no-repeat center center; }
.index_system_listbox:hover .system_icon02 { background: url(../imagess/price_icon02_hover.png) no-repeat 23px center; }
.index_system_listbox:hover .system_icon03 { background: url(../imagess/price_icon03_hover.png) no-repeat 23px center; }
.index_system_listbox:hover .system_icon04 { background: url(../imagess/price_icon04_hover.png) no-repeat center center; }
.index_system_btn { width: 100%; margin-top: 50px; overflow: hidden; }
.index_system_btn a { width: 228px; height: 44px; border-radius: 2px; border: 1px solid #272727; color: #272727; font-size: 20px; text-align: center; line-height: 44px; display: block; margin: 0 auto; }
.index_system_btn a:hover { background-color: #00ad66; border: 1px solid #00ad66; color: #fff; }

/*特点功能*/
.index_function_mianbox { width: 100%; height: auto; padding: 60px 0; }
.index_function_mianboxbg { padding-bottom:0; }
.index_function_titlebox{ width: auto; height: 72px; background: url(../imagess/title/02.png) no-repeat center center; margin-bottom: 35px; }
.index_function_titlebox h1{ font-size: 36px; color: #272727; text-align: center; margin-left: 15px; padding-top: 6px; }
.index_function_mian_listbox { width: 100%; height: auto; /*overflow: hidden;*/ }
.index_function_mian_listbox ul { padding: 35px 0; clear: both; }
.index_function_mian_listbox ul li { float: left; width: 270px; height: 146px; border: 1px solid #ebebeb; margin-right: 37px; background-color: #f5f5f5; position: relative; }
.index_function_mian_listbox ul li:hover { box-shadow: 0 0 10px #ccc; }
.index_function_mian_listbox ul li:last-child { margin-right: 0; }
.function_mian_list_text { width: auto; height: auto; padding: 15px 0; overflow: hidden; }
.function_list_icon { float: left; width: 67px; height: 67px; border: 2px solid #00ad66; background: url(../imagess/function_icon/01.png) no-repeat center center; border-radius: 50%; margin-left: 25px; }
.function_list_icon02 { border: 2px solid #fd9525; background: url(../imagess/function_icon/02.png) no-repeat center center; }
.function_list_icon03 { border: 2px solid #129cfd; background: url(../imagess/function_icon/03.png) no-repeat center center; }
.function_list_icon04 { border: 2px solid #f1c100; background: url(../imagess/function_icon/04.png) no-repeat center center; }
.function_list_icon05 { border: 2px solid #00c6f1; background: url(../imagess/function_icon/05.png) no-repeat center center; }
.function_list_icon06 { border: 2px solid #00a7ad; background: url(../imagess/function_icon/06.png) no-repeat center center; }
.function_list_icon07 { border: 2px solid #dfd641; background: url(../imagess/function_icon/07.png) no-repeat center center; }
.function_list_icon08 { border: 2px solid #c32102; background: url(../imagess/function_icon/08.png) no-repeat center center; }
.function_list_icon09 { border: 2px solid #1e8dcc; background: url(../imagess/function_icon/09.png) no-repeat center center; }
.function_list_icon10 { border: 2px solid #3ecf94; background: url(../imagess/function_icon/10.png) no-repeat center center; }
.function_list_icon11 { border: 2px solid #ddb100; background: url(../imagess/function_icon/11.png) no-repeat center center; }
.function_list_icon12 { border: 2px solid #ff8e15; background: url(../imagess/function_icon/12.png) no-repeat center center; }
.function_list_icon13 { border: 2px solid #00ad66; background: url(../imagess/function_icon/13.png) no-repeat center center; }
.function_list_icon14 { border: 2px solid #f1c100; background: url(../imagess/function_icon/14.png) no-repeat center center; }
.function_list_icon15 { border: 2px solid #00c6f1; background: url(../imagess/function_icon/15.png) no-repeat center center; }
.function_list_icon16 { border: 2px solid #3ecf94; background: url(../imagess/function_icon/16.png) no-repeat center center; }
.function_list_text { float: left; margin-left: 15px; }
.function_list_text h2 { font-size: 22px; color: #272727; margin: 8px 0 2px; }
.function_list_text p { font-size: 14px; color: #777; }
.function_mian_list_btn { width: auto; height: auto; padding: 0 10px; text-align: center; }
.function_mian_list_btn a { display: inline-block; *display: inline; width: 96px; height: 28px; border: 1px solid #c7c7c7; border-radius: 2px; color: #666; font-size: 15px; text-align: center; line-height: 28px; margin: 0 10px; }
.function_mian_list_btn a:hover { background-color: #00ad66; color: #fff; border: 1px solid #00ad66; }
.index_function_mianbg { padding:0; }

/*试用*/
.main_consultbg { width: 100%; height: 190px; background: url(../imagess/bg_img.png) no-repeat center center; background-color: #00ad66; }
.main_consultbox { width: 1100px; height: 100%; overflow: hidden; margin: 0 auto; }
.main_consultbox table { width: 100%; height: 100%; border-collapse: collapse; }
.main_consultbox_people { width: 135px; height: 157px; background: url(../imagess/consult_people.png) no-repeat left center; }
.main_consultbox_content { width: 690px; overflow: hidden; }
.main_consultbox_content_title { width: 100%; overflow: hidden; font-size: 24px; color: #fff; line-height: 37px; border-bottom: 1px solid #48c491; }
.main_consultbox_content_hint { width: 100%; overflow: hidden; font-size: 16px; color: #fff; opacity: 0.6; line-height: 27px; padding-top: 5px; }
.main_consultbox_content a { color: #3179cb; }
.main_consultbox_button { float: right; }
.main_consultbox_button a { width: 128px; height: 32px; border: 1px solid #272727; border-radius: 2px; text-align: center; line-height: 32px; display: block; color: #272727; font-size: 16px; }
.main_consultbox_button a:hover { background-color: #272727; color: #fff; }

/*应用场景*/
.index_scenarios_title { background: url(../imagess/title/03.png) no-repeat center center; }
.index_scenarios_title h1 { font-size: 36px; color: #272727; text-align: center; margin-left: 24px; padding-top: 6px; }
.index_scenarios_mian_listbox { width: 100%; height: auto; overflow: hidden; }
.index_scenarios_mian_listbox ul { margin: 20px 0; overflow: hidden; }
.index_scenarios_mian_listbox ul li { float: left; margin-right: 33px; width: 275px; height: auto; position: relative; }
.index_scenarios_mian_listbox ul li:last-child { margin-right: 0; }
.index_scenarios_mian_listbox ul li span { width: 43px; height: 43px; border-radius: 50%; background-color: rgba(0,0,0,0.5); font-size: 24px; color: #fff; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000,endColorstr=#7f000000); display: block; position: absolute; top: 5px; left: 5px; text-align: center; line-height: 42px; }
.scenarios_list_img { width: 100%; height: 229px; overflow: hidden; }
.scenarios_list_textbox { width: auto; background-color: #333333; padding: 22px; overflow: hidden; }
.scenarios_list_code { float: left; width: 78px; height: auto; text-align: center; font-size: 12px; color: #c7c7c7; }
.scenarios_list_code img { width: 78px; height: auto; margin-bottom: 6px; }
.scenarios_list_text { float: left; margin-left: 25px; }
.scenarios_list_text h3 { font-size: 24px; color: #fff; }
.scenarios_list_text p { font-size: 14px; color: #fff; opacity: 0.6; margin-top: 2px; }
.scenarios_list_btnbox { width: 92px; height: 26px; border: 1px solid #999999; font-size: 16px; color: #9c9c9c; border-radius: 2px; text-align: center; line-height: 26px; display: block; margin-top: 15px; }
.scenarios_list_btnbox:hover { background-color: #00ad66; border: 1px solid #00ad66; color: #fff; }

/*微信系统页面*/
.index_system_page_box { width: 100%; height: auto; overflow: hidden; position: relative; }
.index_system_page_main { width: 1200px; height: auto; overflow: hidden; position: relative; }
.index_system_page_mainlist { width: 2022px; height: 570px; position: absolute; }
.index_system_page_mainlist li { float: left; width: auto; height: auto; margin-right: 25px; text-align: center; }
.index_system_page_img { width: 310px; height: 518px; border: 1px solid #c7c7c7; overflow: hidden; }
.index_system_page_img img { transition: all 0.6s; -moz-transition: all 0.6s; -webkit-transition: all 0.6s; -ms-transition: all 0.6s; -o-transition: all 0.6s; }
/*.index_system_page_mainlist li:hover img { transform: scale(1.4); -moz-transform: scale(1.4); -ms-transform: scale(1.4); -o-transform: scale(1.4); -webkit-transform: scale(1.4); }*/
.index_system_page_title { width: auto; padding: 20px 30px 0; overflow: hidden; }
.index_system_page_title span { display: block; width: 100%; border-top: 1px dashed #e5e5e5; margin-top: 10px; }
.index_system_page_title h5 { font-size: 14px; color: #777; padding: 0 20px; background-color: #fff; display: inline-block; *display: inline; margin-top: -12px; }
.index_system_page_arrow_l { width: 188px; height: 520px; background-color: rgba(0,0,0,0.4); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000,endColorstr=#66000000); position: absolute; top: 0; left: 0; cursor: pointer; }
.index_system_page_arrow_l span { display: block; width: 26px; height: 70px; background: url(../imagess/arrow.png) no-repeat left center; position: absolute; top: 50%; left: 50%; margin-top: -35px; margin-left: -13px; }
.index_system_page_arrow_r { width: 188px; height: 520px; background-color: rgba(0,0,0,0.4); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000,endColorstr=#66000000); position: absolute; top: 0; right: 0; cursor: pointer; }
.index_system_page_arrow_r span { display: block; width: 26px; height: 70px; background: url(../imagess/arrow.png) no-repeat right center; position: absolute; top: 50%; left: 50%; margin-top: -35px; margin-left: -13px; }

/*三级分销*/
.index_distribution_title { background: url(../imagess/title/04.png) no-repeat center center; }
.index_distribution_title h1 { font-size: 36px; color: #272727; text-align: center; margin-left: 20px; padding-top: 6px; }
.system_page_title_bg h5 { background-color: #f5f5f5; }

/*每日更新*/
.index_news_mianbox { width: 100%; padding: 50px 0; overflow: hidden; height: auto; }
.index_news_main { width: 1120px; height: auto; padding: 0 40px; overflow: hidden; margin: 0 auto; background: url(../imagess/line.png) no-repeat center 50px; }
.news_main_l { width: 478px; float: left; height: auto; }
.index_news_main_l h2 { font-size: 30px; color: #272727; line-height: 60px; border-bottom: 1px solid #e5e5e5; }
.news_main_textbox { width: 100%; margin-top: 30px; overflow: hidden; }
.news_main_text_img { width: 478px; height: 129px; overflow: hidden; }
.news_main_text h5 { width: 456px; height: auto; padding: 20px 0; padding-right: 20px; text-indent: 14px; font-size: 16px; color: #333; display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; border: 1px solid #e5e5e5; border-top: none; }
.news_main_text h5 a { color: inherit; }
.news_main_text_list { width: auto; /*overflow: hidden;*/ }
.news_main_text_list ul li { margin: 20px 0; overflow: hidden; }
.news_main_text_list ul li a { font-size: 14px; color: #666; display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.news_main_text_list ul li a i { margin: 0 10px 0 15px; }
.news_main_text_list ul li a:hover { color: #00ad66; text-decoration: underline; }
.index_news_main_r { float: right; }

/*增值服务*/
.index_addservices_bgbox { width: 100%; height: auto; background-color: #f5f5f5; overflow: hidden; }
.index_addservices_mainbox { width: 1200px; height: auto; overflow: hidden; margin: 0 auto; padding: 30px 0; }
.index_addservices_mainbox ul li { float: left; width: 210px; padding: 0 58px; border-right: 1px solid #c7c7c7; }
.index_addservices_mainbox ul li:first-child { padding-left: 0; }
.index_addservices_mainbox ul li:last-child { border-right: 0; padding-right: 0; }
.addservices_main_list { width: 100%; text-align: center; overflow: hidden; }
.addservices_main_list h5 { font-size: 24px; color: #272727; line-height: 40px; background: url(../imagess/addservice_icon01.png) no-repeat 30px center; padding-left: 40px; }
.index_addservices_mainbox ul li p { font-size: 14px; color: #666; line-height: 24px; margin-top: 10px; text-align: center; }
.addservices_main_list02 h5 { background: url(../imagess/addservice_icon02.png) no-repeat 30px center; }
.addservices_main_list03 h5 { background: url(../imagess/addservice_icon03.png) no-repeat 10px center; padding-left: 44px; }
.addservices_main_list04 h5 { background: url(../imagess/addservice_icon04.png) no-repeat 30px center; }

/*现场演示*/
.index_demobg { width: 100%; overflow: hidden; }
.index_demobox { width: 700px; overflow: hidden; margin: 0 auto; padding: 74px 0px 0px 364px; background: url(../imagess/index_demo.png) no-repeat left 50px; min-height: 560px; }
.index_demobox_hint { width: 100%; overflow: hidden; font-size: 16px; color: #777; line-height: 29px; padding: 10px 0px 15px 0; }
.index_demobox_inputbox { width: 100%; overflow: hidden; margin-bottom: 10px; }
.index_demobox_inputbox_city, .index_demobox_inputbox_date { width: 333px; height: 38px; background: #fff; border: 1px solid #bdc1c4; float: left; font-size: 14px; color: #222; }
.index_demobox_inputbox_city li, .index_demobox_inputbox_date li, .index_demobox_inputbox_messagebox li { float: left; line-height: 38px; }
.index_demobox_inputbox_name { padding-left: 8px; color: #777; }
.index_demobox_inputbox_city .index_demobox_inputbox_city_icon { width: 38px; height: 38px; background: url(../imagess/index_demo_icon.png) no-repeat 0 0; cursor: pointer; float: right; }
.index_demobox_inputbox_city .index_demobox_inputbox_city_icon:hover { background: url(../imagess/index_demo_icon.png) no-repeat -38px 0; }
.index_demobox_inputbox_date { float: right; }
.index_demobox_inputbox_input input { width: 235px; height: 28px; border: none; }
.index_demobox_inputbox_messagebox { width: auto; overflow: hidden; background: #fff; border: 1px solid #bdc1c4; font-size: 14px; color: #222; }
.index_demobox_inputbox_message { float: left; }
.index_demobox_inputbox_message textarea { width: 580px; height: 130px; margin-top: 7px; border: none; font-size: 14px; line-height: 25px; }
.index_demobox_button { margin: 0 auto; }
.index_titlebox_black, .index_titlebox_white { width: 365px; height: 100px; margin: 0 auto; position: relative; }
.index_titlebox_name { width: 100%; overflow: hidden; text-align: center; font-size: 36px; color: #272727; position: absolute; top: 5px; left: 6px; }
.index_newsbox_list_newsbox_time_red { color: #cb3131; }
.index_newsbox_list_newsbox_time_bule { color: #3179cb; }
.index_demobox_inputbox_date .index_demobox_inputbox_date_icon { width: 38px; height: 38px; float: right; }
.index_demobox_inputbox_date .index_demobox_inputbox_date_icon button { border: none; width: 38px; height: 38px; background: url(../imagess/index_demo_icon.png) no-repeat -76px 0; cursor: pointer; float: right; }
.index_demobox_inputbox_date .index_demobox_inputbox_date_icon:hover button { background: url(../imagess/index_demo_icon.png) no-repeat -114px 0; }
.index_titlebox_english { width: 218px; overflow: hidden; padding: 0 10px; min-height: 72px; background-repeat: no-repeat; background-position: center top; margin: 0 auto; }
.index_titlebox_english07 { background-image: url(../imagess/title/05.png); }
.index_demo_btn { margin-top: 30px; }

/*底部*/
.index_footerbg { width: 100%; height: auto; background-color: #252d30; overflow: hidden; }
.index_footer_main { width: 1200px; height: auto; margin: 0 auto; overflow: hidden; }
.index_footer_main_inputbox { padding: 60px 0 0; }
.main_footerbox_phonebox { width: 740px; height: 55px; border-radius: 500px; background: #fff; margin: 0 auto; position: relative; margin-bottom: 50px; }
.main_footerbox_phonebox_input { width: 100%; overflow: hidden; line-height: 55px; float: left; }
.main_footerbox_phonebox_input input { width: 100%; overflow: hidden; height: 55px; text-indent: 12px; font-size: 16px; color: #999da5; border: none; border-radius: 500px; text-indent: 24px; }
.main_footerbox_phonebox_button { width: auto; overflow: hidden; padding: 0 50px; line-height: 49px; border-radius: 500px; float: right; background-color: #00ad66; color: #fff; position: absolute; top: 3px; right: 3px; font-size: 22px; cursor: pointer; }
.main_footerbox_phonebox_button:hover { background-color: #008f54; }
.index_footer_main_textbox { width: 100%; overflow: hidden; padding-bottom: 34px; }
.footer_main_companyinfo { float: left; width: 400px; height: auto; }
.footer_companyinfo { width: 290px; font-size: 14px; color: #797d7d; line-height: 24px; }
.footer_companyinfo_logo { margin-bottom: 10px; }
.footer_main_textbox { width: 800px; float: left; height: auto; }
.footer_main_text { width: 100%; height: auto; overflow: hidden; }
.footer_main_text li { float: left; width: 170px; margin-right: 40px; }
.footer_main_text li:last-child { margin-right: 0; }
.footer_main_text_list dt { font-size: 18px; color: #fff; margin-bottom: 18px; }
.footer_main_text_list dd { padding: 6px 0; }
.footer_main_text_list dd a { font-size: 14px; color: #797d7d; }
.footer_main_text_list dd a:hover { color: #00ad66; text-decoration: underline; }
.footer_main_text_list dd span { font-size: 14px; color: #797d7d;  }
.index_footer_copy { width: 100%; padding: 40px 0; border-top: 1px solid rgba(255,255,255,0.08); text-align: center; font-size: 12px; color: #c1c5c3;}
.index_footer_copy p { font-size: 12px; line-height: 24px; color: #c1c5c3; opacity: 0.3; }
.footer_main_text_list dd h5, .footer_main_text_list h6 { font-size: 18px; color: #797d7d; padding-left: 30px; padding-bottom: 0; }
.footer_main_text_list dd h5 { background: url(../imagess/phone_icon.png) no-repeat left center; }
.footer_main_text_list dd h6 { background: url(../imagess/qq_icon.png) no-repeat left center; }
.footer_main_text_list dd h6:hover { text-decoration: underline; }
.footer_main_text_list_btn { width: 156px; height: 36px; text-align: center; line-height: 36px; border-radius: 2px; color: #fff; background-color: #00ad66; font-size: 18px; margin-top: 10px; cursor: pointer; }
.footer_main_text_list_btn:hover { background-color: #008f54; }

.main_footerbox_helpbox_img{width:260px;overflow:hidden; margin:0 auto; margin-bottom:10px;}
.main_footerbox_helpbox_img li{width:124px;height:47px;float:left;margin-right:3px;margin-left:3px;border-radius:3px;/*background-color:#fff;*/}
.main_footerbox_helpbox_img li img {opacity:0.8;}
.footer_contact_us{ padding-top:10px; border-top:1px solid rgba(255,255,255,0.08); margin-top:10px; font-size: 14px; color: #797d7d; line-height: 24px;}



/*注册-登录*/
.web_login { width: 100%; min-width: 1100px; overflow: hidden; border-bottom: 1px solid #e5e5e5; background: #f7f7f7; }
.web_login_box { width: auto; overflow: hidden; margin: 0 auto; font-size: 12px; height: 26px; padding: 2px 10px 0px 30px; }
.web_login_box li { height: 100%; line-height: 24px; float: right; color: #8c8c8c; padding: 0 15px; font-size: 12px; position: relative; margin-right: 5px; }
.web_login_box li a { color: #8c8c8c; font-size: 12px; }
.web_login_box li a:hover { text-decoration: underline; }
/*.web_login_box_leftborder{border-right:1px solid #dedede}*/
/*.web_login_box_rightborder{border-left:1px solid #dedede}*/
.web_login_box_leftborder em { color: #8c8c8c; font-size: 12px; }
.web_login_box_leftborder em:hover { text-decoration: underline; }
.web_login_box_leftborder span { color: #ff6600; font-weight: bold; }
.LoginIcon_Phone { width: 16px; height: 16px; background: url(../imagess/LoginIcon_Phone.png); position: absolute; top: 4px; left: -5px; }
.LoginIcon_Message { width: 16px; height: 16px; background: url(../imagess/LoginIcon_Message.png); position: absolute; top: 4px; left: -5px; }
.LoginIcon_TryOut { width: 16px; height: 16px; background: url(../imagess/LoginIcon_TryOut.png); position: absolute; top: 4px; left: -5px; }
.LoginIcon_PassWord { width: 16px; height: 16px; background: url(../imagess/LoginIcon_PassWord.png); position: absolute; top: 4px; left: -5px; }
.Header_Hint h1 { display: inline; font-weight: normal; }
.Header_Hint a { color: #8c8c8c; }

/*路径*/
.function_main_sitebox { width: 100%; height: 44px; background-color: #f5f5f5; }
.function_main_site { width: 1200px; height: 44px; line-height: 44px; font-size: 14px; color: #666; margin: 0 auto; position: relative; }
.function_main_site h5 { padding-left: 18px; background: url(../imagess/path_icon.png) no-repeat left center; }
.function_main_site h5 a { font-size: 14px; color: #666; }
.function_main_site h5 a:hover { text-decoration: underline; }

/*功能列表*/
.store_online_selectbox { width: 1200px; height: 64px; overflow: hidden; margin: 0 auto; position: relative; /*margin-bottom: 40px;*/ }
.store_online_selectbox_line { width: 100%; height: 2px; background: #e0e0e0; position: absolute; top: 31px; left: 0; z-index: 1; }
.store_online_selectbox_listbg { width: 100%; height: 64px; position: absolute; top: 0; left: 0; z-index: 2; }
.store_online_selectbox_listbox { width: 402px; height: 44px; background: #fff; border: 10px solid #fff; margin: 0 auto; }
.store_online_selectbox_list { width: 402px; height: 40px; border: 2px solid #00ad66; border-radius: 8px; overflow: hidden; }
.store_online_selectbox_list li { float: left; text-align: center; border-right: 2px solid #00ad66; width: 200px; font-size: 20px; line-height: 40px; cursor: pointer; color: #00ad66; }
.store_online_selectbox_list a { font-size: 20px; color: #00ad66; display: block; }
.store_online_selectbox_list li:hover { text-decoration: underline; }
.store_online_selectbox_list li:last-child { border-right: none; }
.store_online_selectbox_list .checked { background-color: #00ad66; }
.store_online_selectbox_list .checked a { color: #fff; }

.store_online_selectbox_listbox_buymain { width: 200px; height: 44px; background: #fff; border: 10px solid #fff; margin: 0 auto; }
.store_online_selectbox_list_buymain { width: 202px; height: 40px; border: 2px solid #00ad66; border-radius: 8px; overflow: hidden; text-align: center; }
.store_online_selectbox_list_buymain li { text-align: center; width: 203px; font-size: 20px; line-height: 40px; cursor: pointer; color: #fff; background-color: #00ad66; }
.store_online_selectbox_list_buymain a { font-size: 20px; color: #fff; display: block; }
.store_online_selectbox_list_buymain li:hover { text-decoration: underline; }

.store_selectbox_listbox05{width:900px;}
.store_selectbox_list05{width:900px;}
.store_selectbox_list05 li{ width:178px;}
.store_selectbox_list05 li:last-child{ width:180px;}
.functionlist_titlebg{width:977px;overflow:hidden;margin:30px auto 0; border-bottom:2px solid #f2f2f2;}
.functionlist_title{width:552px;overflow:hidden;margin:0 auto;}
.functionlist_title li{width:138px;overflow:hidden;line-height:52px;float:left;font-size:20px;text-align:center;padding-bottom:10px; cursor:pointer; }
.functionlist_title li.current{ font-size:25px; color:#00ad66; border-bottom:2px solid #00ad66;}
.function_tablelist_bg{ width:977px; height:auto; margin:0 auto; padding-bottom:50px;}
.function_module_box{ width:977px; height:auto; margin:0 auto; overflow:hidden;}
.function_module_title{ font-size:26px; color:#333; padding:20px 0;}
.function_module_tablebox{ width:100%; background-color:#fff; overflow:hidden;}
.function_module_tablebox table{ width:100%; border-collapse:collapse;}
.function_module_tablebox table tr{ border:1px solid #e5e5e5;}
.function_module_tablebox table th{ background-color:#f2f2f2; text-align:left; text-indent:36px; color:#333; font-size:16px; font-weight:normal; line-height:40px; border:1px solid #e5e5e5;}
.function_module_tablebox table td{ border:1px solid #e5e5e5; font-size:14px; color:#777; padding:5px; height:34px; padding-left:36px;}



.function_main_bannerbox { width: 100%; height: 295px; background: url(../imagess/banner/sbanner.jpg) no-repeat top center; overflow: hidden; }
.function_main_bannerbox01 { width: 100%; height: 295px; background: url(../imagess/banner/sbanner01.jpg) no-repeat top center; overflow: hidden; }
.function_main_bannerbox02 { width: 100%; height: 295px; background: url(../imagess/banner/sbanner02.jpg) no-repeat top center; overflow: hidden; }
.function_main_bannerbox03 { width: 100%; height: 295px; background: url(../imagess/banner/sbanner03.jpg) no-repeat top center; overflow: hidden; }
.function_main_bannerbox04 { width: 100%; height: 295px; background: url(../imagess/banner/sbanner04.jpg) no-repeat top center; overflow: hidden; }
.function_main_bannerbox05 { width: 100%; height: 295px; background: url(../imagess/banner/sbanner05.jpg) no-repeat top center; overflow: hidden; }
.function_main_bannerbox06 { width: 100%; height: 295px; background: url(../imagess/banner/sbanner06.jpg) no-repeat top center; overflow: hidden; }
.function_main_bannerbox07 { width: 100%; height: 295px; background: url(../imagess/banner/sbanner08.jpg) no-repeat top center; overflow: hidden; }
.function_main_banner_text { width: 1200px; height: 100%; margin: 0 auto; }
.function_main_banner_btn { width: auto; height: auto; text-align: center; padding-top: 44px; float:right; }
.function_main_banner_btn li { display: inline-block; *display: inline; margin-left:20px; }
.function_main_banner_btn li a { display: block; color: #fff; font-size: 20px; padding: 6px 30px; border: 2px solid #fff; border-radius: 5px; }
.function_main_banner_btn li .main_banner_btnsolid { background-color: #fff; color: #00ad66; }
.function_main_banner_btn li .main_banner_btnsolid:hover { border: 2px solid #fff; color: #fff; background-color: transparent; }
.function_main_banner_btn li .main_banner_btnhollow:hover { background-color: #fff; color: #00ad66; }
.function_list_titlebox { width: 1200px; text-align: center; margin:0 auto; }
.function_list_titlebox h2 { font-size: 36px; color: #272727; }
.function_list_titlebox span { display: block; width: 56px; height: 2px; background-color: #00ad66; margin: 15px auto; }
.function_list_titlebox h6 { font-size: 16px; color: #666; }
.function_list_titlebox h6 a { font-size: 16px; color: #00ad66; text-decoration: underline; }
.function_list_titlebox p a { font-size: 16px; color: #00ad66; text-decoration: underline; }
.function_list_tablebox { width: 100%; height: auto; overflow: hidden; }
.function_list_table { width: 1200px; height: auto; margin: 0 auto; }
.function_list_tablemain { width: 100%; border-collapse: collapse; border: 1px solid #e5e5e5; margin-top: 40px; }
.function_list_tablemain tr th { background-color: #00ad66; color: #fff; font-size: 18px; font-weight: normal; line-height: 50px; }
.function_list_tablemain tr td { height: 34px; padding: 5px 0; border: 1px solid #e5e5e5; font-size: 14px; color: #666; text-align: center; }
.function_list_tablemain tr td .table_text { text-align: left; padding: 0 10px; }
.function_list_tablemain tr:nth-child(2n+1) { background-color: #f5f5f5; }
.function_banner_text{ text-align:right; margin:28px 0 0; overflow:hidden;}
.function_banner_text h1{ font-size:46px; line-height:69px; font-weight:bold; color:#fff;}
.function_banner_text h1 span{ font-weight:normal; color:#fff;}
.function_banner_text p{font-size: 18px;line-height: 28px;width: 600px;color: #fff; float:right; padding-top:10px;}
.function_banner_text .text_color {color: #3b3b3b;}

.function_main_banner_book_btn { width: auto; height: auto; text-align: center; padding-top: 44px; float:right; }
.function_main_banner_book_btn li { display: inline-block; *display: inline; margin-left:20px; }
.function_main_banner_book_btn li a { display: block; color: #3b3b3b; font-size: 20px; padding: 6px 30px; border: 2px solid #3b3b3b; border-radius: 5px; }
.function_main_banner_book_btn li .main_banner_btnsolid { background-color: #3b3b3b; color: #fff; }
.function_main_banner_book_btn li .main_banner_btnsolid:hover { border: 2px solid #3b3b3b; color: #3b3b3b; background-color: transparent; }
.function_main_banner_book_btn li .main_banner_btnhollow:hover { background-color: #3b3b3b; color: #fff; }


/*微信公众号*/
.store_online_systemfunctionbg { width: 100%; overflow: hidden; font-size: 14px; color: #666; }
.store_online_systemfunction_white { width: 100%; overflow: hidden; padding: 60px 0; background: #fff; clear: both; }
.store_online_systemfunction_gray { width: 100%; overflow: hidden; padding: 60px 0; background: #f5f5f5; }
.store_online_systemfunction_listbox { width: 1200px; overflow: hidden; margin: 0 auto; }
.store_online_systemfunction_title { width: 100%; overflow: hidden; text-align: center; font-size: 40px; color: #272727; }
.store_online_systemfunction_subtitle { width: 100%; overflow: hidden; text-align: center; font-size: 18px; padding: 20px 0 24px; color: #777; line-height: 30px; }
.store_online_systemfunction_functionbox_3 { width: 1100px; margin: 0 auto; overflow: hidden; margin-top: 50px; }
.store_online_systemfunction_functionbox_2 { width: 708px; overflow: hidden; margin: 0 auto; margin-top: 50px; }
.store_online_systemfunction_functionbox_4 { width: 100%; overflow: hidden; }
.store_online_systemfunction_functionbox_4 .store_online_systemfunction_function { width: 225px; margin-right: 25px; }
.store_online_systemfunction_function { width: 324px; overflow: hidden; float: left; margin-right: 60px; }
.store_online_systemfunction_function:last-child { margin-right: 0px; }
.store_online_systemfunction_functionicon { width: 52px; height: 52px; margin: 0 auto; background: url(../imagess/wx_system_icon.png) no-repeat; }
.store_online_systemfunction_functionicon01 { background-position: 0 0; }
.store_online_systemfunction_functionicon02 { background-position: -49px 0; }
.store_online_systemfunction_functionicon03 { background-position: -98px 0; }
.store_online_systemfunction_functionicon04 { width: 62px; background-position: -147px 0; }
.store_online_systemfunction_functionicon05 { width: 51px; background-position: -210px 0; }
.store_online_systemfunction_functionname { width: 100%; overflow: hidden; font-size: 20px; color: #333; text-align: center; line-height: 50px; }
.store_online_systemfunction_functionhint { width: 100%; overflow: hidden; line-height: 23px; text-align: center; color: #777; font-size: 16px; }
.store_online_systemfunction_img { width: 100%; height: 345px; margin-top: 30px; }
.store_online_systemfunction_img img { margin: 0 auto; }
.store_online_buttonbox { width: 302px; overflow: hidden; margin: 0 auto; margin-top: 30px; }
.store_online_buttonbox a { display: block; width: 135px; height: 37px; border-radius: 2px; float: left; text-align: center; line-height: 37px; margin-left: 8px; margin-right: 8px; }
.wx_system_icon02 { background-position: -53px 0; }
.wx_system_icon03 { background-position: -106px 0; }
.wx_system_icon04 { background-position: -159px 0; }
.wx_system_icon05 { background-position: -212px 0; }
.wx_system_icon08 { background-position: -265px 0; }
.wx_system_icon09 { background-position: -318px 0; }
.wx_system_icon10 { background-position: -371px 0; }
.wx_system_icon11 { background-position: -424px 0; }
.wx_system_icon12 { background-position: -477px 0; }
.wx_system_icon13 { background-position: 0 -55px; }
.wx_system_icon14 { background-position: -53px -55px; }
.wx_system_icon15 { background-position: -106px -55px; }
.wx_system_icon16 { background-position: -159px -55px; }
.wx_system_icon17 { background-position: -212px -55px; }
.wx_system_icon18 { background-position: -265px -55px; }
.wx_system_icon19 { background-position: -318px -55px; }
.wx_system_icon20 { background-position: -371px -55px; }
.wx_system_icon21 { background-position: -424px -55px; }
.wx_system_icon22 { background-position: -477px -55px; }
.wx_system_icon23{ background-position: 0 -111px; }
.wx_system_icon24{ background-position: -53px -111px; }
.wx_system_icon25{ background-position: -106px -111px; }
.wx_system_icon26{ background-position: -159px -111px; }
.wx_system_icon27{ background-position: -212px -111px; }
.wx_system_icon28{ background-position: -265px -111px; }
.wx_system_icon29{ background-position: -318px -111px; }
.wx_system_icon30{ background-position: -371px -111px; }
.wx_system_icon31{ background-position: -424px -111px; }
.wx_system_icon32{ background-position: -477px -111px; }
.wx_system_icon33{background-position: 0px -167px; }
.wx_system_icon34{ background-position: -53px -167px; }
.wx_system_icon35{ background-position: -106px -167px; }
.wx_system_icon36{ background-position: -159px -167px; }
.wx_system_icon37{ background-position: -212px -167px; }
.wx_system_icon38{ background-position: -265px -167px; }
.wx_system_icon39{ background-position: -318px -167px; }
.wx_system_icon40{ background-position: -424px -167px; }
.wx_system_icon41{ background-position: -371px -167px; }
.wx_system_icon42{ background-position: 0 -223px; }
.wx_system_icon43{ background-position: -477px -167px; }
.wx_system_icon44{ background-position: -53px -223px; }
.wx_system_icon45{ background-position: -106px -223px; }
.wx_system_icon46{ background-position: -159px -223px; }
.wx_system_activityimg { width: 1100px; margin: 0 auto; }
.wx_system_activityimg li { float: left; margin-right: 46px; width: 240px; height: 280px; background-color: #00ad66; }
.wx_system_activityimg li:last-child { margin-right: 0; }

/*蓝色按钮*/
.blue_button { width: 150px; line-height: 40px; color: #fff; border-radius: 2px; font-size: 18px; background-color: #00ad66; }
.blue_button a { display: block; text-decoration: none; color: #fff; text-align: center; }
.blue_button:hover { background: #008f54; }
.blue_button a:hover { text-decoration: underline; }

.gray_button { width: 150px; line-height: 40px; color: #fff; border-radius: 3px; font-size: 18px; background-color: #3a474d; }
.gray_button a { display: block; text-decoration: none; color: #fff; text-align: center; }
.gray_button:hover { background-color: #252d30; }
.gray_button a:hover { text-decoration: underline; }

/*购买*/
.buy_main_box { width: 100%; height: auto; }
.buy_main_in { width: 1200px; height: auto; margin: 0 auto; padding: 40px 0; }
.buy_main_in table { width: 100%; border-collapse: collapse; }
.buy_main_in table tr { border: 1px solid #e5e5e5; }
.buy_main_in table tr td { border: 1px solid #e5e5e5; text-align: center; }
.buy_main_in table tr.buy_main_title_bg { background-color: #00ad66; color: #fff; font-size: 18px; }
.buy_main_in table tr.buy_main_title_bg th { border: 1px solid #4dc694; font-size: 20px; line-height: 32px; padding: 15px 0; font-weight: normal; }
.buy_main_table_titile { width: 235px; position:relative; }
.buy_main_table_titile a { color: #fff; }
.buy_main_table_titile a:hover { color: #fff; text-decoration: underline; }
.buy_main_table_titile .note_box{ width:auto; padding:2px 5px; font-size:12px; color:#fff; background-color:#f1ae1f; position:absolute; top:39px; left:172px; line-height:18px;}
.buy_main_table_titile .note_box em{ display:block; width:0; height:0; border-top:7px solid transparent; border-bottom:7px solid transparent; border-right:10px solid #f1ae1f; position:absolute; top:4px; left:-8px;}
.buy_main_in table tr.buy_main_price_bg { background-color: #00ad66; }
.buy_main_price_title { text-align: center; position: relative; }
.buy_main_price_title h3 { padding-bottom: 6px; width: 80px; font-size: 20px; color: #2c323f; border-bottom: 1px solid #ccc; margin: 0 auto; }
.buy_main_price_title p { margin-top: 6px; font-size: 14px; color: #3179cb; }
.buy_main_price_title i { color: #3179cb; font-size: 40px; position: absolute; top: 0; left: 0; }
.buy_main_price_title i.buy_main_price_l { top: 32px; left: 26px; }
.buy_main_price_title i.buy_main_price_r { top: 54px; right: -94px; }
.buy_main_price { width: 69px; height: 28px; position: absolute; top: 0; left: 0; font-size: 30px; font-family: Arial, Helvetica, sans-serif; font-weight: 600; color: #3179cb; }
.buy_main_price_1 { top: -6px; left: 50px; background-position: 0 -4px; }
.buy_main_price_title span { color: #3179cb; font-size: 16px; margin: 10px 0 0 74px; }
.buy_main_price_title_btnbox a { display: block; width: 86px; height: 24px; border: 2px solid #fff; color: #fff; line-height: 24px; text-align: center; margin: 0 auto; border-radius: 10px; margin-top: 2px; }
.buy_main_price_title_btnbox a:hover { background-color: #fff; border: 2px solid #fff; color: #00ad66; }
/*.buy_main_price_2{ top:-6px; left:50px; background-position:0 -45px; }
.buy_main_price_3{ top:-6px; left:50px; background-position:0 -85px; }
.buy_main_price_4{ top:-6px; left:36px; background-position:0 -126px; }*/
.buy_main_table_listbox:nth-child(2n) { background-color: #eff6f3; }
.buy_main_table_listbox .buy_main_list_title1 { background-color: #fff; font-size: 16px; color: #2c323f; }
.buy_main_list { font-size: 14px; line-height: 34px; }
.buy_main_list_textleft { text-align: left; text-indent: 24px; }
.buy_main_list_iconyes { width: 19px; height: 15px; background: url(../imagess/buy_icon.png) no-repeat 0 top; margin: 0 auto; }
.buy_main_list_iconnone { width: 13px; height: 13px; background: url(../imagess/buy_icon.png) no-repeat 0 bottom; }
.buy_main_table_listbox .buy_main_list_title2 { background-color: #f1f8f5; font-size: 16px; color: #2c323f; }
/*.buy_main_table_li.stbox2 td{ background-color:#e9ebf3; }*/
.buy_main_list_btnbox .buy_main_list_btn { font-size: 14px; padding: 6px 20px; }
.buy_main_list_btn:hover { background-color: #008f54; text-decoration: underline; }
.buy_main_transform_bannerbox { width: 100%; height: 201px; background: url(../imagess/buy_bg.jpg) no-repeat center; background-color: #548fd1; }
.buy_main_transform_banner_text { width: 977px; height: auto; margin: 0 auto; padding-top: 32px; text-align: center; position: relative; }
.buy_main_transform_banner_text p { font-size: 16px; color: #fff; line-height: 30px; }
.buy_main_transform_banner_text p span { color: #2c323f; }
.buy_main_transform_banner_text_l, .buy_main_transform_banner_text_r { font-size: 70px; color: #fff; position: absolute; }
.buy_main_transform_banner_text_l { top: 18px; left: 148px; }
.buy_main_transform_banner_text_r { top: 18px; right: 185px; }
.buy_main_transform_banner_btnbox a { display: block; width: 108px; height: 32px; border-radius: 3px; border: 2px solid #2c323f; text-align: center; line-height: 32px; color: #2c323f; font-size: 15px; margin: 0 auto; margin-top: 18px; }
.buy_main_transform_banner_btnbox a:hover { border: 2px solid #fff; background-color: #fff; color: #2c323f; }
.buy_main_box_teb_box { width: 977px; margin: 0 auto; }
.buy_main_box_teb_box ul { margin-left: 323px; margin-top: 40px; padding-bottom: 18px; }
.buy_main_box_teb_box ul li { float: left; margin: 0 6px; position: relative; }
.buy_main_box_teb_box ul li a { display: block; padding: 10px 46px; background-color: #2c323f; font-size: 18px; color: #fff; border-radius: 3px; }
.buy_main_box_teb_box ul li i { display: block; width: 0; height: 0; border-top: 14px solid #3179cb; border-left: 12px solid transparent; border-right: 12px solid transparent; position: absolute; bottom: -13px; left: 50%; margin-left: -10px; }
.buy_main_box_teb_box ul li.current a { background-color: #3179cb; }
.buy_main_table_titile_text { width: auto; text-align: center; }
.buy_main_list_btn_box { width: 60px; height: 30px; border-radius: 3px; background-color: #3179cb; font-size: 14px; margin: 0 auto; line-height: 30px; }
.buy_main_list_btn_box a { display: block; color: #fff; }
.buy_main_list_btn_box a:hover { background-color: #2c323f; color: #fff; border-radius: 3px; }
.buy_main_rmb { font-size: 18px; color: #fff; }
.buy_main_rmb em { font-size: 36px; font-family: Arial, Helvetica, sans-serif; font-weight: bold; color: #fff; }

/*购买详情*/
.buy_main_intablebox { padding-top: 0; }
.buy_details_main_textbox { width: 100%; overflow: hidden; padding:0px 0 40px; }
.buy_details_main_imgbox_l { float: left; width: 380px; margin-right: 44px; margin-top: 10px; margin-left: 74px; }
.buy_details_main_introduce_r { float: left; width: 702px; }
.buy_details_main_imgbox_l h2 { font-size: 18px; color: #222; text-align: center; }
.buy_details_main_product_explain { width: 100%; margin-top: 10px; }
.buy_details_main_product_explain h3 { font-size: 18px; color: #00ad66; line-height: 30px; }
.buy_details_main_product_explain p { line-height: 20px; color:#777;}
.buy_details_main_introduce_title { width: 100%; text-align: left; border-bottom: 1px solid #ccc; padding-bottom: 12px; position:relative; }
.buy_details_main_introduce_title h1 { font-size: 30px; color: #222; }
.buy_details_main_introduce_title p { font-size: 16px; color: #00ad66; line-height: 26px; }
.buy_details_main_introduce_title .note_box{ width:auto; padding:2px 5px; font-size:12px; color:#fff; background-color:#f1ae1f; position:absolute; top:13px; right:0px; }
.buy_details_main_introduce_title .note_box em{ display:block; width:0; height:0; border-top:7px solid transparent; border-bottom:7px solid transparent; border-right:10px solid #f1ae1f; position:absolute; top:3px; left:-8px;}
.buy_details_main_introduce_table { width: 100%; margin-top: 20px; overflow: hidden; }
.buy_details_main_introduce_table p { font-size: 16px; color: #222; margin-bottom: 10px; }
.buy_details_main_introduce_table table { border-collapse: collapse; width: 100%; }
.buy_details_main_introduce_table table tr td { border: 1px solid #ccc; text-align: center; height: 36px;width:16.6%; }
.buy_details_main_introduce_table_titlebg { background-color: #f1f1f1; color: #444; }
.buy_details_main_introduce_table_iconyes { width: 24px; height: 24px; background: url(../imagess/buy_details_number_icon.png) no-repeat 0 top; margin: 0 auto; }
.buy_details_main_introduce_table_iconnone { background-position: 0 -28px; }
.buy_details_main_introduce_sevice, .buy_details_main_introduce_years { margin-top: 20px; overflow: hidden; }
.buy_details_main_introduce_sevice p, .buy_details_main_introduce_years p { font-size: 16px; color: #222; margin-bottom: 10px; }
.buy_details_main_introduce_sevice ul li{ float:left; margin-right:10px; margin-bottom:10px; width:auto; height:28px; border:1px solid #ccc; background-color:#f1f1f1; text-align:center; line-height:28px;padding:0 15px; }
.buy_details_main_introduce_sevice ul li:last-child{ margin-right:0; }
.buy_details_main_introduce_years ul li { float: left; margin-right: 10px; }
.buy_details_main_introduce_years ul li a { display: block; width: 139px; height: 28px; border: 2px solid #c7c7c7; text-align: center; line-height: 28px; color: #777; }
.buy_details_main_introduce_years ul li a:hover { border: 2px solid #00ad66; text-decoration: none; }
.buy_details_main_introduce_years ul li a.current { background-color: #00ad66; border: 2px solid #00ad66; color: #fff; }
.buy_details_main_introduce_price { width: 100%; margin-top: 36px; font-size: 16px; overflow: hidden; }
.buy_details_main_introduce_price ul li { float: left; font-size: 16px; line-height: 42px; color: #00ad66; }
.buy_details_main_introduce_price_box { width: auto; height: 34px; font-family: Arial, Helvetica, sans-serif; /*background:url(../imagess/buy_details_number_icon.png) no-repeat 0 -59px;*/ font-size: 36px; font-weight: bold; color: #00ad66; line-height: 34px; }
.buy_details_main_introduce_price ul li i { color: #00ad66; font-style: normal; }
.buy_details_main_introduce_btn_box { width: 100%; margin-top: 26px; }
.buy_details_main_introduce_btn_box ul li { float: left; margin-right: 10px; }
.buy_details_main_introduce_btn_box .buy_details_main_introduce_btn { padding: 8px 40px; line-height: normal; }
.buy_details_main_table_list_box { width: 100%; height: auto; padding: 30px 0 0; overflow: hidden; }
.buy_details_main_table_list_title ul li { float: left; width: 395px; height: 38px; color: #fff; background-color: #3a474d; text-align: center; line-height: 38px; position: relative; margin-right: 5px; cursor: pointer; font-size: 16px; }
.buy_details_main_table_list_title ul li:nth-child(4) { margin-right: 0; }
.buy_details_main_table_list_title ul li.current { background-color: #00ad66; }
.buy_details_main_table_list_title ul li.current i { display: block; width: 0; height: 0; border-top: 8px solid #00ad66; border-left: 8px solid transparent; border-right: 8px solid transparent; position: absolute; top: 38px; left: 50%; margin-left: -8px; }
.buy_details_main_table_list_function { width: 100%; height: auto; overflow: hidden; padding: 30px 0 0; }
.buy_main_intablebox .buy_details_main_table_list_function_table tr td { text-align: left; border: 1px solid #c7c7c7; color: #666; }
.buy_main_intablebox table tr.buy_details_main_table_list_function_title td { text-align: center; background-color: #00ad66; color: #fff; font-size: 18px; }
.buy_details_main_table_list_function table { border-collapse: collapse; width: 100%; }
.buy_details_main_table_list_function table td { height: 34px; border: 1px solid #ccc; text-align: left; padding: 10px; }
.buy_main_intablebox .buy_details_main_table_list_function_table tr:nth-child(2n) { background-color: #eff6f3; }
.buy_details_main_table_list_function_l { text-align: center; text-indent: 0; }
.buy_details_main_table_parameter_bg { background-color: #f1f1f1; }
.buy_details_main_table_list_parameter table td { text-align: center; text-indent: 0; }
.buy_details_main_table_list_parameter_bg { text-indent: 56px; text-align: left; }

.buy_details_main_table_list_parameter_iconyes { width: 24px; height: 24px; background: url(../imagess/buy_details_number_icon.png) no-repeat 0 0; margin: 0 auto; }
.buy_details_main_table_list_parameter_iconnone { background-position: 0 -28px; }
.buy_details_main_tab_list_QA_textbox { width: 100%; height: auto; padding-bottom: 20px; }
.buy_details_main_tab_list_QA_title { width: 100%; height: 46px; background-color: #ecf1f5; position: relative; }
.buy_details_main_tab_list_QA_title h2 { width: 90%; padding-left: 60px; line-height: 46px; font-size: 16px; color: #222; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.buy_details_main_tab_list_QA_title span { display: block; width: 34px; height: 34px; background: url(../imagess/buy_details_QA_icon.png) no-repeat 0 0; position: absolute; top: 6px; left: 16px; }
.buy_details_main_tab_list_QA_title i { display: block; width: 18px; height: 18px; background: url(../imagess/buy_details_QA_icon.png) no-repeat 0 -112px; position: absolute; top: 16px; right: 20px; }
.buy_details_main_tab_list_QA_text { padding: 24px 16px 24px 60px; border: 1px solid #ccc; border-top: none; line-height: 23px; position: relative; }
.buy_details_main_tab_list_QA_text i { display: block; width: 34px; height: 26px; background: url(../imagess/buy_details_QA_icon.png) no-repeat 0 -79px; position: absolute; top: 29px; left: 17px; }
.buy_details_main_tab_list_QA_title_check { background-color: #00ad66; }
.buy_details_main_tab_list_QA_title_check h2 { color: #fff; }
.buy_details_main_tab_list_QA_title_check span { background-position: 0 -39px; }
.buy_details_main_tab_list_QA_title_check i { background-position: 0 -133px; }
.buy_details_main_table_list_comments ul li { width: 100%; padding: 20px 0 10px; border-bottom: 1px solid #e5e5e5; overflow: hidden; }
.buy_details_main_user_img, .buy_details_main_user_comments_textbox { float: left; }
.buy_details_main_user_img { width: 90px; padding-left: 30px; }
.buy_details_main_user_img img { width: 65px; height: 65px; overflow: hidden; }
.buy_details_main_user_comments_textbox { width: 1040px; padding-right: 27px; }
.buy_details_main_user_comments_text_name { padding-bottom: 5px; overflow: hidden; color: #777; }
.buy_details_main_user_comments_text_name p { float: left; }
.buy_details_main_user_comments_text_name span { float: right; }
.buy_details_main_user_comments_text { color: #222; }

.buy_details_main_introduce_product ul li a { width: 175px; height: 28px; color: #777; }
.function_list_main_table_list_box { padding-top: 0; }
.buy_main_box .function_list_box { padding-top: 0; }
.buy_details_main_product_img img { margin: 0 auto; }

/*通用-路径*/
.PathBg { width: 100%; overflow: hidden; border-top: 3px solid #ececec; }
.PathBox { width: 985px; overflow: hidden; margin: 0 auto; font-size: 12px; color: #92928f; padding: 15px 0 20px 15px; border-bottom: 1px dotted #d4d4d4; background: url(../imagess/PathIcon.png) no-repeat 0 18px; position: relative; }
.PathBox a { color: #92928f; }
.PathBox a:hover { color: #3cac4a; text-decoration: underline; }
.HotLineBox { width: 485px; height: 30px; position: absolute; top: -2px; right: 0; }
.HotLine_Phone { width: 285px; height: 40px; background: url(../imagess/HotLine_Phone.png) no-repeat 0 9px; float: left; font-size: 35px; font-weight: bold; font-family: Arial; text-indent: 72px; color: #92928f; letter-spacing: -2px; line-height: 47px; }
.HotLine_QQ { width: 198px; height: 40px; background: url(../imagess/HotLine_QQ.png) no-repeat 0 9px; float: left; cursor: pointer; font-size: 35px; font-weight: bold; font-family: Arial; text-indent: 42px; color: #92928f; letter-spacing: -2px; line-height: 47px; }
.HotLine_QQ:hover { color: #3cac4a; }

/*通用-联系方式*/
.ContactsPhoto { width: 202px; height: 48px; margin: 0 auto; background: url(../imagess/Phone.png); margin-top: 20px; }

/*技术支持-文章页内容*/
.SupportArticle_Title { width: 100%; overflow: hidden; font-size: 26px; color: #323232; text-align: center; margin-top: 15px; }
.SupportArticle_Date { width: 100%; overflow: hidden; font-size: 12px; color: #8f8e8e; text-align: center; line-height: 30px; margin-top: 10px; border-bottom: 1px solid #dfdfdf; }
.SupportArticle_Content { width: 100%; overflow: hidden; font-size: 15px; color: #666666; line-height: 35px; margin-top: 20px; }
.SupportArticle_Lable { overflow: hidden; margin-top: 10px; float: left; }
.SupportArticle_Lable li { width: auto;height: 20px;float: left; background: #00ad66;border-radius: 3px;margin-right: 10px;color: #fff; }
.SupportArticle_Lable a { display: block; padding: 0 5px; font-size: 12px; color: #fff; line-height: 20px; }
.SupportArticle_Lable a:hover { text-decoration: underline; }

/*技术支持-列表页内容*/
.Support_Content { width: 1200px; overflow: hidden; margin: 0 auto; }
.Support_LeftBox { width: 215px; overflow: hidden; float: left; background: #f7f7f7; padding: 10px; margin: 15px 0px 40px 0px; }
.Support_RightBox { width: 865px; overflow: hidden; float: right; margin-top: 20px; }
.Support_NewsMenu { width: 100%; overflow: hidden; line-height: 40px; border-bottom: 1px solid #e3e3e3; color: #999; background: url(../imagess/Support_NewsArrow.png) no-repeat right 18px; cursor: pointer; font-size: 15px; }
.Support_NewsMenuHover { width: 100%; overflow: hidden; line-height: 40px; border-bottom: 1px solid #e3e3e3; color: #3cac4a; font-weight: bold; background: url(../imagess/Support_NewsArrow01.png) no-repeat right 13px; font-size: 15px; cursor: pointer; }
.Support_NewsSubMenu { width: 100%; overflow: hidden; padding-top: 10px; }
.Support_NewsSubMenu li { width: 100%; height: 25px; overflow: hidden; font-size: 12px; line-height: 25px; text-indent: 20px; white-space: nowrap; text-overflow: ellipsis; }
.Support_NewsSubMenu a { width: 100%; height: 25px; overflow: hidden; display: block; color: #aeaeae; background: url(../imagess/Support_NewsArrow02.png) no-repeat 10px 10px; white-space: nowrap; text-overflow: ellipsis; }
.Support_NewsSubMenu a:hover { text-decoration: underline; }
.Support_NewsSubMenu .checked { display: block; color: #3cac4a; background: url(../imagess/Support_NewsArrow03.png) no-repeat 10px 10px; }
.Support_NewsList { width: 865px; overflow: hidden; float: right; padding-top: 15px; }
.Support_NewsDate { width: 80px; height: 80px; background: url(../imagess/Support_NewsDate.png) no-repeat; float: left; }
.Support_NewsDay { width: 100%; overflow: hidden; font-size: 35px; color: #6d6d6d; font-weight: bold; font-family: impact; text-align: center; margin-top: 5px; }
.Support_NewsMonth { width: 100%; overflow: hidden; font-size: 16px; color: #c1c0c0; font-family: Arial; text-align: center; }
.Support_NewsContent { width: 750px; overflow: hidden; float: right; border-bottom: 1px dotted #d4d4d4; padding-bottom: 15px; }
.Support_NewsTitle { width: 100%; overflow: hidden; margin-bottom: 5px; }
.Support_NewsTitle a { font-size: 15px; color: #5d5d5d; font-weight: bold; line-height: 20px; }
.Support_NewsTitle a:hover { color: #3cac4a; text-decoration: underline; }
.Support_NewsPreorder { width: 100%; overflow: hidden; font-size: 13px; color: #8f8f8f; line-height: 22px; }
.Support_NewsMore { width: 70px; height: 25px; border-radius: 3px; background: #eaeaea; font-size: 12px; color: #f76301; line-height: 25px; text-align: center; float: right; margin-top: 5px; }
.Support_NewsMore a { display: block; width: 70px; height: 25px; border-radius: 3px; color: #f76301; }
.Support_NewsMore a:hover { background: #f76301; color: #fff; }

/*微信营销-列表页内容*/
.Marketing_Content { width: 1200px; overflow: hidden; margin: 10px auto 40px auto; }
.Marketing_LeftBox { width: 865px; overflow: hidden; float: left; }
.Marketing_RightBox { width: 215px; overflow: hidden; float: right; }
.Marketing_List { width: 100%; overflow: hidden; padding: 15px 0; border-bottom: 1px dotted #d4d4d4; }
.Marketing_Photo { width: 197px; height: 150px; border-radius: 5px; float: left; border: 1px solid #e8e8e8; }
.Marketing_Photo img { width: 197px; height: 150px; border-radius: 5px; }
.Marketing_Info { width: 640px; overflow: hidden; float: right; }
.Marketing_Title { width: 100%; overflow: hidden; margin-bottom: 5px; }
.Marketing_Title a { font-size: 15px; color: #5d5d5d; font-weight: bold; }
.Marketing_Title a:hover { color: #3cac4a; text-decoration: underline; }
.Marketing_Date { width: 100%; overflow: hidden; font-size: 12px; color: #999; }
.Marketing_Preorder { width: 100%; overflow: hidden; font-size: 13px; color: #666; line-height: 25px; }
.Marketing_More { width: 70px; height: 25px; border-radius: 3px; background: #eaeaea; font-size: 12px; color: #f76301; line-height: 25px; text-align: center; float: right; margin-top: 5px; }
.Marketing_More a { display: block; width: 70px; height: 25px; border-radius: 3px; color: #f76301; }
.Marketing_More a:hover { background: #f76301; color: #fff; }
.Marketing_Column { width: 100%; overflow: hidden; margin-top: 15px; }
.Marketing_ColumnTitle { width: 100%; overflow: hidden; font-size: 14px; font-weight: bold; color: #333; padding-bottom: 5px; border-bottom: 1px solid #dcdcdc; }
.Marketing_ColumnTitle span { font-weight: normal; color: #333; }
.Marketing_ColumnList { width: 100%; overflow: hidden; }
.Marketing_ColumnList li { width: 100%; height: 30px; overflow: hidden; line-height: 30px; border-bottom: 1px dotted #dcdcdc; color: #858585; font-size: 12px; white-space: nowrap; text-overflow: ellipsis; }
.Marketing_ColumnList .Important { color: red; }
.Marketing_ColumnList a { color: #858585; }
.Marketing_ColumnList a:hover { color: #3cac4a; text-decoration: underline; }

/*应用场景*/
.scenarios_mainbox { width: 1200px; height: auto; margin: 0 auto; }
.function_list_titlebox h6 { width: 70%; text-align: center; margin: 0 auto; line-height: 28px; }
.scenarios_main { width: 100%; height: auto; background-color: #f9f9f9; border: 1px solid #c7c7c7; border-top: 3px solid #00ad66; margin-top: 50px; overflow: hidden; }
.scenarios_side_nav { float: left; height: auto; background-color: #fff; width: 210px; border-right: 1px solid #c7c7c7; }
.scenarios_side_nav_list { width: 100%; height: 46px; border-bottom: 1px solid #e5e5e5; padding: 13px 0; position: relative; }
.scenarios_side_nav_list h4 { width: auto; padding: 0 20px; font-size: 16px; color: #272727; cursor: pointer; font-weight: 500; }
.side_nav_listicon { display: block; float: left; width: 23px; height: 23px; line-height: 23px; margin-right: 6px; border-radius: 50%; background: url(../imagess/scenarios_icon/01.png) no-repeat center center; background-color: #0077dc; }
.side_nav_listicon02 { background: url(../imagess/scenarios_icon/02.png) no-repeat center; background-color: #dcba00; }
.side_nav_listicon03 { background: url(../imagess/scenarios_icon/03.png) no-repeat center; background-color: #0bb92b; }
.side_nav_listicon04 { background: url(../imagess/scenarios_icon/04.png) no-repeat center; background-color: #acd84d; }
.side_nav_listicon05 { background: url(../imagess/scenarios_icon/05.png) no-repeat center; background-color: #0077dc; }
.side_nav_listicon06 { background: url(../imagess/scenarios_icon/06.png) no-repeat center; background-color: #dcba00; }
.side_nav_listicon07 { background: url(../imagess/scenarios_icon/07.png) no-repeat center; background-color: #9ed22e; }
.side_nav_listicon08 { background: url(../imagess/scenarios_icon/08.png) no-repeat center; background-color: #0077dc; }
.side_nav_listicon09 { background: url(../imagess/scenarios_icon/09.png) no-repeat center; background-color: #0bb92b; }
.side_nav_listicon10 { background: url(../imagess/scenarios_icon/10.png) no-repeat center; background-color: #dcba00; }
.side_nav_listicon11 { background: url(../imagess/scenarios_icon/11.png) no-repeat center; background-color: #e7827b; }
.side_nav_listicon12 { background: url(../imagess/scenarios_icon/12.png) no-repeat center; background-color: #0077dc; }
.side_nav_listicon13 { background: url(../imagess/scenarios_icon/13.png) no-repeat center; background-color: #9ed22e; }
.side_nav_listicon14 { background: url(../imagess/scenarios_icon/14.png) no-repeat center; background-color: #dcba00; }
.side_nav_listicon15 { background: url(../imagess/scenarios_icon/15.png) no-repeat center; background-color: #e7827b; }
.side_nav_listicon16 { background: url(../imagess/scenarios_icon/16.png) no-repeat center; background-color: #0bb92b; }
.scenarios_side_nav_listtext { width: auto; margin-top: 10px; padding-left: 20px; overflow: hidden; }
.scenarios_side_nav_listtext li { float: left; margin-right: 10px; font-size: 12px; color: #777; cursor: pointer; }
.scenarios_side_nav_list:hover { background-color: #eff6f3; }
.side_nav_list_current { background-color: #00ad66; }
.side_nav_list_current h4 { color: #fff; }
.side_nav_list_current .side_nav_listicon { background: url(../imagess/scenarios_icon/01_hover.png) no-repeat center center; background-color: #fff; }
.side_nav_list_current .side_nav_listicon02 { background: url(../imagess/scenarios_icon/02_hover.png) no-repeat center center; background-color: #fff; }
.side_nav_list_current .side_nav_listicon03 { background: url(../imagess/scenarios_icon/03_hover.png) no-repeat center center; background-color: #fff; }
.side_nav_list_current .side_nav_listicon04 { background: url(../imagess/scenarios_icon/04_hover.png) no-repeat center center; background-color: #fff; }
.side_nav_list_current .side_nav_listicon05 { background: url(../imagess/scenarios_icon/05_hover.png) no-repeat center center; background-color: #fff; }
.side_nav_list_current .side_nav_listicon06 { background: url(../imagess/scenarios_icon/06_hover.png) no-repeat center center; background-color: #fff; }
.side_nav_list_current .side_nav_listicon07 { background: url(../imagess/scenarios_icon/07_hover.png) no-repeat center center; background-color: #fff; }
.side_nav_list_current .side_nav_listicon08 { background: url(../imagess/scenarios_icon/08_hover.png) no-repeat center center; background-color: #fff; }
.side_nav_list_current .side_nav_listicon09 { background: url(../imagess/scenarios_icon/09_hover.png) no-repeat center center; background-color: #fff; }
.side_nav_list_current .side_nav_listicon10 { background: url(../imagess/scenarios_icon/10_hover.png) no-repeat center center; background-color: #fff; }
.side_nav_list_current .side_nav_listicon11 { background: url(../imagess/scenarios_icon/11_hover.png) no-repeat center center; background-color: #fff; }
.side_nav_list_current .side_nav_listicon12 { background: url(../imagess/scenarios_icon/12_hover.png) no-repeat center center; background-color: #fff; }
.side_nav_list_current .side_nav_listicon13 { background: url(../imagess/scenarios_icon/13_hover.png) no-repeat center center; background-color: #fff; }
.side_nav_list_current .side_nav_listicon14 { background: url(../imagess/scenarios_icon/14_hover.png) no-repeat center center; background-color: #fff; }
.side_nav_list_current .side_nav_listicon15 { background: url(../imagess/scenarios_icon/15_hover.png) no-repeat center center; background-color: #fff; }
.side_nav_list_current .side_nav_listicon16 { background: url(../imagess/scenarios_icon/16_hover.png) no-repeat center center; background-color: #fff; }
.side_nav_list_current .scenarios_side_nav_listtext li { color: #fff; opacity: 0.7; }
.side_nav_list_current .scenarios_side_nav_listtext li.current { color: #fff; opacity: 1; font-weight: bold; }
.side_nav_list_current em { position: absolute; top: 0; right: -34px; width: 0; height: 0; border-left: 34px solid #00ad66; border-top: 36px solid transparent; border-bottom: 36px solid transparent; }
.side_nav_list_current:hover { background-color: #00ad66; }
.scenarios_side_nav_list:last-child { border-bottom: none; }
.scenarios_main_content { float: left; width: 989px; height: auto; position: relative; }
.scenarios_main_content_tab { width: auto; height: auto; padding-top: 76px; }
.scenarios_main_content_tab ul { width: 570px; height: auto; margin: 0 auto; }
.scenarios_main_content_tab ul li { width: 180px; height: 40px; border-radius: 2px; background-color: #3a474d; text-align: center; line-height: 40px; position: relative; float: left; margin-right: 10px; }
.scenarios_main_content_tab ul li a { font-size: 18px; color: #fff; display: block; }
.scenarios_main_content_tab ul li.current { background-color: #00ad66; }
.scenarios_main_content_tab ul li.current i { width: 0; height: 0; border-left: 12px solid transparent; border-right: 12px solid transparent; border-top: 11px solid #00ad66; margin-left: 5px; }
.scenarios_main_content_subtitle h5 { font-size: 16px; color: #777; line-height: 30px; text-align: center; margin: 50px 0; }
.scenarios_main_content_subtitle h5 a { font-size: 16px; color: #00ad66; text-decoration: underline; padding-top: 20px; }
.scenarios_main_content_caseshow { width: 700px; height: auto; min-height: 661px; position: relative; right: -100px; }
.scenarios_caseshow_list { position: absolute; top: -1000px; left: -1000px; cursor: pointer; background: url(../imagess/phone_bg.png) no-repeat top center; padding: 66px 66px 130px 60px; background-size: cover; -moz-background-size: cover; -ms-background-size: cover; -o-background-size: cover; -webkit-background-size: cover; }
.scenarios_caseshow_list_img { width: 256px; }
.scenarios_caseshow_list_img img { border: 0; display: block; }
.scenarios_caseshow_list h6 { margin-top: 100px; font-size: 16px; color: #666; text-align: center; }
.scenarios_caseshow_list02 { width: 343px; left: 268px; z-index: 9; top: 45px; }
.scenarios_caseshow_list02 .scenarios_caseshow_list_imgbox { width: 343px; height: 591px; background: url(../imagess/phone_bg.png) no-repeat center center; background-size: cover; -moz-background-size: cover; -ms-background-size: cover; -o-background-size: cover; -webkit-background-size: cover; }
.scenarios_caseshow_list02 .scenarios_caseshow_list_img img { width: 230px; height: 411px; padding: 60px 0 0 53px; }
.scenarios_caseshow_list03 { left: 752px; }
.scenarios_main_content_labelbox { width: 100%; height: auto; margin-top: 40px; overflow: hidden; }
.scenarios_content_labeltitle h2 { width:100%;  font-size: 24px; text-align:center; }
.scenarios_content_labeltitle span{ display:block; width:56px; height:2px; background-color:#00ad66; margin: 15px auto; }
.scenarios_main_content_label_list { width: 100%; padding-top: 10px; height: auto; overflow: hidden; }
.scenarios_main_content_label_list ul { width: auto; text-align: center; margin-bottom: 14px; padding: 0 50px; }
.scenarios_main_content_label_list ul li { display: inline-block; *display: inline; width: 132px; height: 34px; border: 1px solid #dadada; background-color: #eee; color: #777; font-size: 16px; text-align: center; line-height: 32px; margin: 6px 5px; }
.scenarios_main_code { width: 120px; height: 120px; border: 1px solid #e5e5e5; position: absolute; top: 76px; right: 10px; text-align: center; }
.scenarios_main_code span img { width: 120px; height: 120px; }
.scenarios_main_code p { font-size: 14px; color: #666; margin-top: 10px; }
.scenarios_caseshow_hoverarrow_l { display: block; width: 86px; height: 86px; background: url(../imagess/scenarios_arrow.png) no-repeat center; position: absolute; top: 540px; right: 15px; cursor: pointer; z-index: 99; }
.scenarios_caseshow_hoverarrow_r { display: block; width: 86px; height: 86px; background: url(../imagess/scenarios_arrow01.png) no-repeat center; position: absolute; top: 540px; left: 45px; cursor: pointer; z-index: 99; }

/* 订单确认 */
.Pay_goods_Box { width: 1050px; height: 227px; overflow: hidden; margin: 0 auto; margin-top: 10px; position: relative; }
.Pay_goods_Box .icon_pay_goods { position: absolute; top: 200px; left: 117px; }
.Pay_goods { width: 1048px; height: 199px; border: 1px solid #f5ecbf; background: url(../imagess/bg_pay_goods.png); }
.Pay_goods_introduce { width: 800px; margin-top: 30px; }
.Pay_goods_product { width: 200px; margin-top: 30px; margin-left: 20px; }
.Pay_Payment_Box { width: 1014px; margin: 0 auto; background: url(../imagess/bg_pay.png) no-repeat; margin-top: 10px; padding: 40px 18px; }
.Pay_Payment_Box .icon_pay { position: absolute; top: 35px; left: 7px; }
.Pay_Payment_RMBBox { width: 100%; overflow: hidden; }
.Pay_Payment_RMB { width: auto; overflow: hidden; height: 74px; margin-right: 10px; font-size: 16px; color: #6e6e6e; float: left; }
.Pay_Payment_RMB em { font-size: 43px; color: #d72525; font-weight: bold; font-family: Tahoma; margin-right: 5px; }
.Pay_Payment_RMB1 { width: 200px; height: 35px; overflow: hidden; line-height: 34px; background: #fff8cd; border: 1px solid #d9c074; margin: 20px 0; text-indent: 24px; font-size: 16px; color: #c30000; float: left; margin-top: 20px; font-weight: bold; }
.Pay_Payment_RMB1 select { width: 60px; height: 22px; }
.Pay_Payment_sale { width: auto; overflow: hidden; float: left; font-size: 16px; color: #d72525; padding-top: 27px; position: relative; }
.Pay_Payment_sale em { font-size: 16px; color: #d72525; padding-top: 27px; margin-left: 15px; margin-right: 2px; }
.Pay_Payment_recommend { width: 100%; overflow: hidden; padding-top: 20px; }
.Pay_Payment_recommend li { float: left; margin-right: 10px; font-size: 14px; color: #6d6d6d; }
.Pay_Payment_recommend .recommend_radio { padding-top: 5px; }
.Pay_Payment_recommend .recommend_radio input { width: 13px; height: 13px; position: relative; top: -1px; vertical-align: middle; margin-right: 5px; }
.Pay_Payment_recommend .recomment_text input { width: 154px; height: 27px; line-height: 27px; color: #bdbdbd; font-size: 16px; border: 1px solid #e1e0df; }
.Pay_Payment_recommend .recomment_submit { cursor: pointer; }
.Pay_Payment_Tabs { width: 1010px; background: #fff; border: 1px solid #f5e6b1; margin-top: 20px; }
.Pay_Payment_title { width: 100%; overflow: hidden; }
.Pay_Payment_title li { width: 146px; height: 47px; padding: 1px; background: url(../imagess/bg_pay_select.png); float: left; line-height: 47px; text-align: center; font-size: 18px; color: #a1a1a1; border-right: 1px solid #f5e6b1; border-bottom: 1px solid #f5e6b1; cursor: pointer; }
.Pay_Payment_title .checked:last-child { border-right: none; }
.Pay_Payment_title .checked { border-bottom: none; font-size: 20px; color: #d68835; background: #fff; }
.Pay_Payment_content { width: auto; padding: 20px; position: relative; }
.pay_Payment_button { width: 910px; overflow: hidden; padding-left: 20px; padding-right: 20px; padding-bottom: 20px; cursor: pointer; }
.pay_Payment_now { width: 188px; height: 56px; background: url(../imagess/pay_now.png); text-align: center; line-height: 50px; font-size: 27px; color: #793317; text-shadow: 0px 1px 0px #fff; float: right; }
.Pay_Payment_Weixin { width: 200px; height: 200px; margin: 0 auto; padding: 30px; }
.Pay_Payment_Weixi { width: 170px; overflow: hidden; margin: 0 auto; font-size: 16px; color: #fff; background-color: #d68835; border: 1px solid #b06c24; border-radius: 3px; padding: 10px 0px 10px 90px; line-height: 26px; background-image: url(../imagess/Pay_Payment_Weixin.png); background-repeat: no-repeat; background-position: 26px 12px; }
.Pay_Payment_Complete { width: auto; overflow: hidden; font-size: 20px; color: #999; position: absolute; bottom: -40px; right: 220px; }

/*扫码体验*/
.index_system_listbox .Case_QrcodeWrap { width: 200px; height: 180px; overflow: hidden; position: absolute; top: 140px; left: 50%; z-index: 10; margin-left: -100px; background-color: #fff; text-align: center; opacity: 0; -webkit-box-shadow: 0 1px 1px 2px rgba(0,0,0,0.1); -moz-box-shadow: 0 1px 1px 2px rgba(0,0,0,0.1); box-shadow: 0 1px 1px 2px rgba(0,0,0,0.1); -webkit-transition: .3s all ease-in-out; -moz-transition: .3s all ease-in-out; transition: .3s all ease-in-out; }
.index_system_listbox .Case_QrcodeWrap_hover { height: 220px; top: 180px; opacity: 1; -webkit-transition: .3s all ease-in-out .2s; -moz-transition: .3s all ease-in-out .2s; transition: .3s all ease-in-out .2s; }

/*扫码体验 特点功能*/
.index_function_mian_listbox .Case_QrcodeWrap { width: 170px; height: 135px; overflow: hidden; position: absolute; top: -35px; left: 50%; z-index: 10; margin-left: -100px; background-color: #fff; text-align: center; opacity: 0; -webkit-box-shadow: 0 1px 1px 2px rgba(0,0,0,0.1); -moz-box-shadow: 0 1px 1px 2px rgba(0,0,0,0.1); box-shadow: 0 1px 1px 2px rgba(0,0,0,0.1); -webkit-transition: .3s all ease-in-out; -moz-transition: .3s all ease-in-out; transition: .3s all ease-in-out; }
.index_function_mian_listbox .Case_QrcodeWrap_hover { height: 180px; top: -90px; opacity: 1; -webkit-transition: .3s all ease-in-out .2s; -moz-transition: .3s all ease-in-out .2s; transition: .3s all ease-in-out .2s; }

.Case_QrcodeWrap span { position: relative; top: auto; font-size: 14px; }
.Case_QrcodeWrap_Img { margin: 10px auto; }

/*扫码体验 公众号系统*/
.system_main_box .Case_QrcodeWrap { width: 200px; height: 140px; overflow: hidden; position: absolute; top: 600px; left: 50%; z-index: 10; margin-left: -100px; background-color: #fff; text-align: center; opacity: 0; -webkit-box-shadow: 0 1px 1px 2px rgba(0,0,0,0.1); -moz-box-shadow: 0 1px 1px 2px rgba(0,0,0,0.1); box-shadow: 0 1px 1px 2px rgba(0,0,0,0.1); -webkit-transition: .3s all ease-in-out; -moz-transition: .3s all ease-in-out; transition: .3s all ease-in-out; }
.system_main_box .Case_QrcodeWrap_hover { height: 210px; top: 530px; opacity: 1; -webkit-transition: .3s all ease-in-out .2s; -moz-transition: .3s all ease-in-out .2s; transition: .3s all ease-in-out .2s; z-index: 9999; }

.buy_details_main_introduce_years_sale { background-color: #FFB27E; border-radius: 1px; color: #FFF; height: 16px; line-height: 16px; margin: 0px 2px 4px 6px; padding: 1px 5px; position: relative; font-weight: normal; font-size: 14px; }
.buy_details_main_introduce_years_sale i { position: absolute; width: 0px; display: block; font-size: 0px; left: -4px; bottom: 0px; height: 0px; border-width: 3px; border-style: solid; -moz-border-top-colors: none; -moz-border-right-colors: none; -moz-border-bottom-colors: none; -moz-border-left-colors: none; border-image: none; border-color: transparent #FFB27E #FFB27E transparent; }
.buy_details_main_introduce_price ul li em { font-size: 14px; font-weight: normal; color: #999; }
.buy_details_main_introduce_price ul li s { font-size: 14px; color: #999; font-weight: normal; }

/*购买详情-参数配置*/
.Buy_Details { width: 1050px; overflow: hidden; margin: 0 auto; background: url(../imagess/buy_details_bg.png) no-repeat; padding-top: 25px; margin-top: 10px; }
.Buy_Details_product { /*width:200px;*/ height: 270px; overflow: hidden; float: left; }
.Buy_Details_introduce { /*width:764px;*/ overflow: hidden; float: left; }
.Buy_Details_introduce_title { width: 100%; overflow: hidden; color: #5d5d5d; font-size: 20px; }
.Buy_Details_introduce_title1 { width: 100%; overflow: hidden; color: #ed6e6e; font-size: 17px; line-height: 33px; border-bottom: 1px dotted #999; }
.Buy_Details_introduce_table { width: 100%; overflow: hidden; margin-top: 13px; }
.Buy_Details_introduce_table td { font-size: 14px; border: 1px solid #d5d5d5; }
.Icon_Support { width: 24px; height: 24px; background: url(../imagess/Icon_support.png); margin: 0 auto; }
.Icon_Nosupport { width: 24px; height: 24px; background: url(../imagess/Icon_Nosupport.png); margin: 0 auto; }
.Buy_Details_years { width: 100%; overflow: hidden; margin-top: 10px; }
.Buy_Details_years li { float: left; margin-right: 5px; }
.Buy_Details_years .verision_sel { width: 88px; height: 88px; cursor: pointer; border: 1px solid #e2e2e2; }
.Buy_Details_years .Buy_Details_years_name { font-size: 14px; color: #6d6d6d; line-height: 30px; }
.Buy_Details_years .Buy_Details_years_select, .Buy_Details_years_serve { width: 600px; height: 30px; margin-top: 8px; }
.Buy_Details_years .Buy_Details_years_select select { width: 78px; height: 30px; line-height: 30px; }
.Buy_Details_years_select input { width: 13px; height: 13px; position: relative; top: -1px; vertical-align: middle; margin-right: 5px; color: #6d6d6d; font-size: 14px; }
.Buy_Details_years_select_color { color: #fff; font-weight: bold; }
.Buy_Details_years_sale { font-size: 14px; color: #b10000; line-height: 30px; }

.Buy_Details_years_serve em { padding: 0px 5px; margin-right: 5px; color: #fff; background: #6a77b6; }
.Buy_Details_RMB { width: 100%; overflow: hidden; margin-top: 10px; font-size: 40px; color: #c00000; font-family: Tahoma; font-weight: 700; }
.Buy_Details_RMB em { color: #767676; font-size: 14px; font-weight: normal; }
.Buy_Details_RMB span { padding: 0 5px; background: #fff5f5; border: 1px solid #ffdddd; margin-left: 5px; font-weight: normal; color: #d10000; }
.Buy_Details_RMB i { color: #767676; font-style: normal; text-decoration: line-through; font-weight: bold; }
.Buy_Details_buttonBox { width: 100%; overflow: hidden; border-bottom: 1px dotted #999; }
.Buy_Details_button, .Buy_Details_button1 { width: 130px; height: 40px; float: left; margin-right: 10px; background: url(../imagess/buy_details_button.png); text-align: center; line-height: 37px; font-size: 19px; color: #793317; margin-bottom: 15px; margin-top: 10px; cursor: pointer; text-shadow: 0px 1px 0px #fff; }
.Buy_Details_button1 { background: url(../imagess/buy_details_button1.png); color: #fff; text-shadow: 0px 1px 0px #296cba; }
.Buy_Details_Tab { width: 1050px; overflow: hidden; margin: 0 auto; margin-top: 50px; }
.Buy_Details_Tab .bg_table { width: 100%; height: 28px; background: url(../imagess/bg_table.png) repeat-x; text-align: center; color: #575757; }
.Buy_Details_Tab li { float: left; width: 118px; height: 26px; border: 1px solid #c3c4c7; border-bottom: none; margin-right: 5px; text-align: center; line-height: 26px; background: url(../imagess/bg_Tab.png) repeat-x; font-size: 14px; color: #666; cursor: pointer; }
.Buy_Details_Tab .checked { background: url(../imagess/bg_Tab_hover.png) repeat-x; border: 1px solid #c64d02; border-bottom: none; color: #fff; }
.Buy_Details_Tab_Function { width: 1048px; overflow: hidden; margin: 0 auto; border-top: 1px solid #e8e8e8; padding: 10px 0; margin-bottom: 20px; }
.Buy_Details_Tab_parameter { width: 800px; overflow: hidden; margin: 0 auto; margin-top: 20px; }
.Buy_Details_Tab_parameter .bg_tabletitle { background: url(../imagess/bg_tabletitle.jpg); }
.Buy_Details_Tab_parameter td { text-align: center; color: #666; border: 1px solid #d5d5d5; }
.Buy_Details_Tab_QA { width: 1000px; overflow: hidden; margin: 0 auto; margin-bottom: 10px; }
.Buy_Details_Tab_Q { width: 970px; overflow: hidden; padding-left: 30px; font-size: 18px; color: #363b45; line-height: 30px; background: url(../imagess/Q.png) no-repeat 0 6px; margin-top: 15px; margin-bottom: 15px; }
.Buy_Details_Tab_A { width: 930px; overflow: hidden; padding-left: 70px; font-size: 14px; color: #7f7f7f; line-height: 30px; background: url(../imagess/A.png) no-repeat 40px 5px; }

/*三级分销*/
.distribution_icon01 { width: 52px; height: 52px; background: url(../imagess/distribution_icon.png) no-repeat 0 0; }
.distribution_icon02 { width: 52px; height: 52px; background: url(../imagess/distribution_icon.png) no-repeat 0 -55px; }
.distribution_icon03 { width: 52px; height: 52px; background: url(../imagess/distribution_icon.png) no-repeat 0 -109px; }
.distribution_icon04 { width: 52px; height: 52px; background: url(../imagess/distribution_icon.png) no-repeat 0 -163px; }
.distribution_icon05 { width: 52px; height: 52px; background: url(../imagess/distribution_icon.png) no-repeat 0 -217px; }
.distribution_icon06 { width: 52px; height: 52px; background: url(../imagess/distribution_icon.png) no-repeat 0 -271px; }
.distribution_icon07 { width: 52px; height: 52px; background: url(../imagess/distribution_icon.png) no-repeat 0 -325px; }
.distribution_imglist_box { width: 100%; min-height: 426px; overflow: hidden; }
.distribution_imglist li { float: left; width: 213px; height: 426px; background: url(../imagess/distribution_bg.png) no-repeat center; position: relative; margin: 0 13px; }
.distribution_imglist li span { width: 185px; height: 317px; position: absolute; top: 51px; left: 15px; }

/* 在线客服浮框开始 */
.popupservicebgbox { width: 120px; overflow: hidden; padding-left: 22px; position: relative; }
.popupservicebox_small { width: 32px; height: 146px; background: url(../imagess/small_service.png) no-repeat; position: absolute; top: 30%; left: 0; display: none; }
.popupservicebg { width: 120px; overflow: hidden; padding-top: 5px; background: url(../imagess/popupservice_line.png) no-repeat 10px top; }
.popupservicebox { width: 110px; overflow: hidden; margin: 10px; margin-top: 0px; background-color: #f5f5f5; box-shadow: 0 0 10px rgba(0,0,0,0.2); padding-top: 20px; border-radius: 5px; background-image: url(../imagess/popupservice_bg.png); background-repeat: no-repeat; background-position: 0 0; }
.popupservicebox_icon { width: 82px; height: 82px; margin: 0 auto; background-color: #00ad66; border-radius: 500px; border: 3px solid #fff; background-image: url(../imagess/popupservice_QQ.png); background-repeat: no-repeat; background-position: center center; }
.popupservicebox_VIP { width: 68px; height: 30px; margin: 0 auto; background: #00ad66; color: #fff; line-height: 30px; border-radius: 5px; font-size: 14px; padding-left: 34px; margin-top: 15px; position: relative; }
.popupservicebox_VIP:hover { background: #008f54; }
.popupservicebox_VIP a { color: #fff; }
.popupservicebox_VIPicon { width: 19px; height: 16px; background: url(../imagess/header_login.png) no-repeat 0 -71px; position: absolute; top: 7px; left: 10px; }
.popupservicebox_QQlistbg { width: 100%; overflow: hidden; padding-top: 15px; margin-bottom: 15px; }
.popupservicebox_QQlistbox { width: 100%; overflow: hidden; }
.popupservicebox_QQlist { width: auto; overflow: hidden; line-height: 25px; color: #444; position: relative; padding: 3px 0 3px 42px; font-size: 14px; cursor: pointer; }
.popupservicebox_QQlist:hover { color: #00ad66; text-decoration: underline; }
.popupservicebox_QQlist_img { width: 25px; height: 25px; position: absolute; top: 3px; left: 10px; }
.popupservicebox_QQlist_img img { width: 25px; height: 25px; border-radius: 500px; }
.popupservicebox_contentbox { width: 100%; overflow: hidden; }
.popupservicebox_contentbox li { width: auto; overflow: hidden; background: #00ad66; color: #fff; line-height: 35px; border-bottom: 2px solid #13B774; padding-left: 42px; font-size: 14px; position: relative; cursor: pointer; }
.popupservicebox_contentbox li:hover { background: #008f54; }
.popupservicebox_contentbox .popupservicebox_contentbox_a { color: #fff; }
.popupservicebox_contentbox_icon { width: 23px; height: 23px; position: absolute; top: 5px; left: 10px; }
.popupservicebox_contentbox_icon01 { background: url(../imagess/popupservice_icon.png) no-repeat 0 0; }
.popupservicebox_contentbox_icon02 { background: url(../imagess/popupservice_icon.png) no-repeat 0 -23px; }
.popupservicebox_contentbox_icon03 { background: url(../imagess/popupservice_icon.png) no-repeat 0 -46px; }
.popupservicebox_contentbox_icon04 { background: url(../imagess/popupservice_icon.png) no-repeat 0 -69px; }
.popupservicebox_contentbox_icon05 { background: url(../imagess/popupservice_icon.png) no-repeat 0 -92px; }
.popupservicebox_contentbox_icon06 { background: url(../imagess/popupservice_icon.png) no-repeat 0 -115px; }
.popupservicebox_top { width: 100%; overflow: hidden; margin-top: 13px; display: none; }
.popupservicebox_top_icon { width: 39px; height: 39px; background: url(../imagess/popupservice_top.png) no-repeat 0 0; margin: 0 auto; }
.popupservicebox_top_icon:hover { background: url(../imagess/popupservice_top.png) no-repeat -39px 0; }

/*头部导航弹窗_给您回电*/
.popupsignbox_close { width: 20px; height: 20px; background: url(../imagess/popup_close.png) no-repeat center center; position: absolute; right: 10px; top: 10px; cursor: pointer; }

.main_headerbox_iconbox_freephonebg { width: 100%; overflow: hidden; padding: 30px 0; position: relative; }
.main_headerbox_iconbox_freephonebox { width: auto; overflow: hidden; padding: 0 10px; }
.main_headerbox_iconbox_freephone_title { width: 100%; overflow: hidden; text-align: center; font-size: 25px; color: #00ad66; }
.main_headerbox_iconbox_freephone_input { width: 100%; overflow: hidden; padding-top: 20px; }
.main_headerbox_iconbox_freephone_input input { display: block; width: 300px; height: 36px; margin: 0 auto; color: #777; font-size: 14px; line-height: 36px; border: 1px solid #d9d9d9; border-radius: 5px; padding: 0 5px; }
.main_headerbox_iconbox_freephonebg .main_headerbox_iconbox_freephone_btn { width: 150px; height: 34px; border-radius: 5px; background-color: #00ad66; padding: 0; margin: 0 auto; margin-top: 20px; }
.main_headerbox_iconbox_freephonebg .main_headerbox_iconbox_freephone_btn a { display: block; text-align: center; line-height: 34px; font-size: 16px; color: #fff; }
.main_headerbox_iconbox_freephonebg .main_headerbox_iconbox_freephone_btn a:hover { text-decoration: underline; }



.password_content { position: relative; width: 500px; overflow: hidden; margin: 50px auto; background: #fff; border-radius: 5px; border: 2px solid #e7e7e7; padding: 20px 0px 30px 0; }
.Password_ContentTitle { width: 350px; overflow: hidden; margin: 0 auto; font-size: 30px; color: #333; font-weight: bold; text-align: center; margin-bottom: 20px; padding-bottom: 10px; border-bottom: 2px solid #E7E7E7; }
.password_content .password_content_a { width: 350px; overflow: hidden; margin: 0 auto; margin-top: 10px; }
.password_content .password_content_a a { display: block; height: 35px; float: left; line-height: 35px; margin-left: 5px; color: #3c7bc5; border: 1px solid #cccccc; padding: 0 5px; color: #333; background: -webkit-gradient(linear, 0 0, 0 bottom, from(#fff), to(#f1f1f1)); background: -webkit-linear-gradient(#fff, #f1f1f1); background: -moz-linear-gradient(#fff, #f1f1f1); background: -ms-linear-gradient(#fff, #f1f1f1); background: -o-linear-gradient(#fff, #f1f1f1); background: linear-gradient(#fff, #f1f1f1); -pie-background: linear-gradient(#fff, #f1f1f1); }
.password_content .password_content_a a:hover { text-decoration: underline; }
.password_content .password_content_a .password_content_a_text { width: 100px; overflow: hidden; line-height: 35px; text-align: right; float: left; color: #404040; }
.password_content .password_content_a .password_content_a_input { width: auto; overflow: hidden; float: left; }
.password_content .password_content_a .password_content_a_input input { width: 238px; height: 35px; border: 1px solid #c8c8c8; color: #999999; margin-bottom: 5px; padding: 0 5px; }

.password_content .password_content_b { width: 450px; overflow: hidden; margin: 0 auto; margin-top: 12px; }
.password_content .password_content_b img { height: 32px; }
.password_content .password_content_b .password_content_a_text { width: 100px; overflow: hidden; line-height: 30px; text-align: right; float: left; color: #404040; }
.password_content .password_content_b .password_content_a_input { width: 172px; overflow: hidden; float: left; }
.password_content .password_content_b .password_content_a_input a { color: #3366cc; padding-left: 5px; }
.password_content .password_content_b .password_content_a_input input { width: 165px; height: 30px; border: 1px solid #c8c8c8; color: #999; }

.password_submit { width: 350px; height: 48px; margin: 0 auto; background: #00ad66; text-align: center; line-height: 48px; font-size: 16px; color: #fff; cursor: pointer; margin-top: 20px; }
.password_submit:hover { background: #008f54; }


/*订单支付*/
.order_content { width: 100%; overflow: hidden; margin: 0 auto; /*border-top: 10px solid #3cac4a;*/ }
.order_content_a { width: 1050px; overflow: hidden; margin: 0 auto; }
.order_submit_title { font-size: 20px; color: #666; padding: 30px 0 10px 0; /*border-bottom: 1px dotted #999;*/ }
.order_submit_title #error_text { font-size: 20px; color: #F00; padding: 30px 0 10px 0; }
.order_content_pay { width: 1050px; overflow: hidden; margin: 0 auto; font-size: 14px; color: #929292; margin-top: 10px; }
.order_content_pay em { font-size: 16px; color: #E40000; padding: 0px 5px; }
.order_pay_option { width: 1030px; overflow: hidden; margin: 0 auto; border: 1px solid #a1c8f7; background: #e2ecfa; margin-top: 20px; padding: 10px; }
.order_pay_option p { font-size: 14px; color: #666; margin: 10px 0; text-indent: 15px; }

.order_pay:hover { text-decoration: underline; }
.Buy_table .button_buy { width: 105px; height: 32px; margin: 0 auto; text-align: center; line-height: 30px; color: #793317; text-shadow: 0px 1px 0px #fceac4; cursor: pointer; }
.Buy_table input { width: 170px; height: 25px; }
.button_buy_two { width: 52px; height: 30px; text-align: center; float: left; line-height: 30px; margin: 3px 5px; color: #793317; text-shadow: 0px 1px 0px #fceac4; cursor: pointer; }
.button_buy_two:hover { text-decoration: underline; }
.Order_ButtonBox { width: 85px; overflow: hidden; margin: 0 auto; }
.Order_ButtonBox .order_cancel { width: 39px; height: 22px; text-align: center; float: left; line-height: 22px; color: #666; cursor: pointer; background: #f3f3f3; border: 1px solid #999; border-radius: 2px; margin-left: 3px; }
.order_cancel { width: 39px; height: 22px; text-align: center; margin: 0 auto; line-height: 22px; color: #666; cursor: pointer; background: #f3f3f3; border: 1px solid #999; border-radius: 2px; }
.order_cancel:hover { text-decoration: underline; }


/*线下付款*/
/*.order_content_b, .buycart_content_footer { width: 1050px; overflow: hidden; margin: 0 auto; }
.order_content_b li { float: left; margin-right: 10px; font-size: 14px; color: #666; margin-top: 10px; }
.order_content_b em { font-size: 16px; color: #e40000; }
.buycart_content_footer li { float: left; margin-top: 10px; }
.buycart_content_footer a { color: #3c7bc5; }*/

/* 支付中对话框 */
.Paying { width: 400px; height: 190px; border: 2px solid #d1d1d1; background: #fff; position: relative; }
.Paying_title { width: 100%; overflow: hidden; line-height: 30px; border-bottom: 1px solid #c4c4c4; font-size: 14px; text-indent: 12px; color: #333333; background: #f3f3f3; }
.Paying_content { width: 345px; overflow: hidden; margin: 0 auto; margin-top: 20px; color: #333; line-height: 18px; }
.Paying_submit { width: 220px; overflow: hidden; margin: 0 auto; margin-top: 20px; }
.Paying_submit li { margin: 0 5px; float: left; }
.Paying_submit a { line-height: 25px; display: block; padding: 0 10px; border: 1px solid #dddddd; border-radius: 2px; background: #f5f5f5; color: #333; }
.Paying_return { width: 100%; overflow: hidden; margin-top: 20px; text-indent: 12px; }
.Paying_return a { color: #005ea7; }
.Paying .icon_pay_close { position: absolute; top: 8px; right: 8px; cursor: pointer; }

/* 确认对话框 */
.popup_affirm { width: auto; overflow: hidden; line-height: 30px; color: #666; font-size: 14px; margin-top: 20px; padding-left: 12px; }
.ErrorPrompt { width: 400px; overflow: hidden; line-height: 20px; color: #c30000; text-align: center; margin-bottom: 10px; }

/*通用-页码*/
.PageBox { overflow: hidden; padding-top: 20px; float: right; }
.PageBox li { float: left; margin-right: 5px; }
.PageBox a { display: block; padding: 0 5px; color: #6d6d6d; border: 1px solid #dadddd; }
.PageBox a:hover { display: block; padding: 0 5px; color: #3cac4a; border: 1px solid #3cac4a; }

/*文章左内容-页码*/
.web_list_page { width: 100%; overflow: hidden; margin-bottom: 10px; margin-top: 10px; padding-top: 10px; border-top: 1px dotted #ddd; }
.web_list_page .news_page { width: 705px; overflow: hidden; float: right; }
.web_list_page .pages { float: right; }
.web_list_page li { float: left; margin-right: 5px; }
.web_list_page a { display: block; color: #343535; padding: 0 8px; line-height: 25px; border: 1px solid #c4c8ca; }
.web_list_page a:hover { display: block; color: #4780cb; padding: 0 8px; line-height: 25px; text-decoration: underline; }
.web_list_page span { display: block; color: #4780cb; padding: 0 8px; line-height: 25px; border: 1px solid #f5f5f5; }

.tab_con_share { float: right; margin-top: 5px; }

/*新闻详细页-文章*/
.news_article { width: 100%; overflow: hidden; color: #4f4f4f; line-height: 24px; text-indent: 24px; margin-bottom: 10px; font-size: 13px; }
.news_page { width: 705px; overflow: hidden; margin-bottom: 15px; }
.news_path { width: 100%; overflow: hidden; border-top: 1px dotted #ddd; padding-top: 10px; }
.news_path a { color: #666666; }
.news_path a:hover { text-decoration: underline; }
.news_path .news_back { width: 50%; height: 40px; line-height: 40px; float: left; color: #666666; }
.news_path .news_next { width: 50%; height: 40px; line-height: 40px; float: right; text-align: right; color: #666666; }
#page_total { float: right; margin-right: 5px; color: #343535; line-height: 25px; padding-top: 17px; padding-left: 10px; }

/***************************************************************弹出框***************************************************************/
.PopupBox_TitleStyle_ContentBox { width: auto; overflow: hidden; padding: 10px; }
.PopupBox_Query { width: 100%; overflow: hidden; font-size: 14px; color: #666; padding: 20px 0; }

/*认证类型按钮*/
.PopupBox_TitleStyle_FooterBg { width: 100%; overflow: hidden; border-top: 1px solid #aaa; }
.PopupBox_TitleStyle_FooterBox_BtnBox { width: 110px; overflow: hidden; float: right; padding: 10px 15px 10px 0px; }
.PopupBox_Cancel, .PopupBox_Save { width: 50px; float: right; margin-left: 5px; }
.PopupBox_TitleStyle_FooterBox_BtnBox a { display: block; width: 48px; height: 26px; border-radius: 3px; line-height: 26px; text-align: center; color: #555; font-weight: 400; text-decoration: none; border: 1px solid #d3d3d3; background: #e8e8e8; }
.PopupBox_TitleStyle_FooterBox_BtnBox a:hover { border: 1px solid #999; background: #e0e0e0; color: #212121; }

/*一元购*/
.activity_main_box { width: 1200px; height: auto; margin: 0 auto; }
.activity_main_textbox { width: 100%; height: auto; overflow: hidden; margin: 70px auto 0; }
.activity_main_text { width: 946px; height: auto; float: left; padding-top: 26px; }
.activity_main_text ul li { float: left; width: 285px; height: auto; overflow: hidden; }
.activity_main_text_icon { float: left; width: 80px; height: auto; padding-top: 10px; }
.activity_main_text_icon span { width: 80px; height: 80px; border-radius: 50%; display: block; }
.icon_01 { background: url(../imagess/activity_title_icon01.png) no-repeat center center; background-color: #00ad66; }
.icon_02 { background: url(../imagess/activity_title_icon02.png) no-repeat center center; background-color: #00ad66; }
.icon_03 { background: url(../imagess/activity_title_icon03.png) no-repeat center center; background-color: #00ad66; }
.icon_04 { background: url(../imagess/activity_title_icon04.png) no-repeat center center; background-color: #00ad66; }
.activity_main_text_content { float: right; width: 196px; height: auto; }
.activity_main_text_content h2 { font-size: 22px; color: #333; margin: 8px 0; }
.activity_main_text_content p { font-size: 14px; color: #777; line-height: 26px; margin-bottom: 20px; }
.activity_main_text_bor { margin: 0 45px; }
.activity_main_code { width: 182px; height: auto; float: right; text-align: center; }
.activity_main_code span img { width: 180px; height: 180px; border: 1px solid #e5e5e5; }
.activity_main_code p { font-size: 14px; color: #666; margin-top: 10px; }

.activity_subtitle { width: 100%; height: auto; }
.activity_subtitle h2 { font-size: 30px; color: #272727; background: url(../imagess/title_icon.png) no-repeat left center; line-height: 30px; padding-left: 45px; }
.activity_subtitle h2 span { margin-left: 14px; font-size: 16px; color: #666; }
.activity_process_mainbox { width: 100%; height: auto; overflow: hidden; margin: 40px 0; }
.activity_process_main { width: 100%; height: auto; overflow: hidden; }
.activity_process_main_list li { float: left; width: 238px; height: 460px; position: relative; margin: 0 31px; background: url(../imagess/activity_phonebg.png) no-repeat center; }
.activity_process_main_list li span { display: block; width: 208px; height: 348px; position: absolute; top: 56px; left: 16px; cursor: pointer; overflow: hidden; }
.activity_process_main_list li img { width: 208px; height: 348px; transition: all 0.3s; -moz-transition: all 0.3s; -webkit-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; }
.activity_process_main_list li:hover img { transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); -webkit-transform: scale(1.1); }
.activity_process_sketchmap { width: 100%; height: auto; padding: 115px 0; background: url(../imagess/activity_bg.png) no-repeat center center; position: relative; }
.activity_sketchmap_text_t { width: 976px; margin: 0 auto; }
.activity_sketchmap_text_t ul { margin-top: -84px; }
.activity_sketchmap_text_t ul li { width: 244px; height: 30px; line-height: 30px; float: left; text-align: center; }
.activity_sketchmap_text_b ul { position: absolute; bottom: 32px; }
.activity_sketchmap_text_t ul li span { font-size: 16px; color: #666; }
.activity_sketchmap_text_t ul li.current span { display: inline-block; *display: inline; padding: 0 20px; line-height: 30px; border-radius: 40px; background-color: #00ad66; color: #fff; -webkit-transition: .3s all ease-in-out .2s; -moz-transition: .3s all ease-in-out .2s; transition: .3s all ease-in-out .2s; }
.activity_function_mainlistbox { width: 100%; overflow: hidden; height: auto; margin: 60px 0 25px; }
.activity_function_listbox { width: 100%; height: auto; margin-bottom: 30px; overflow: hidden; }
.activity_function_listbox li { float: left; width: 232px; border: 1px solid #ebebeb; margin-right: 34px; padding: 20px; background-color: #f5f5f5; }
.activity_function_icon { width: 74px; height: 74px; border-radius: 50%; border: 1px solid #00ad66; margin: 0 auto; background: url(../imagess/activity_icon01.png) no-repeat center; }
.activity_function_title { text-align: center; font-size: 22px; color: #333; line-height: 48px; border-bottom: 1px dotted #d5d5d5; }
.activity_function_hint { font-size: 15px; color: #777; line-height: 28px; padding-top: 10px; }
.activity_function_listbox li:last-child { margin-right: 0; }

.service_advantage_listbox { width: 100%; height: auto; border-bottom: 1px dotted #d5d5d5; overflow: hidden; }
.service_advantage_listbox li { float: left; width: 398px; height: auto; padding: 30px 0; border-right: 1px dotted #d5d5d5; text-align: center; font-size: 18px; color: #333; }
.service_advantage_listbox li:last-child { border-right: 0; }
.service_advantage_listbox li h5 { font-size: 20px; color: #333; }
.service_advantage_listbox li h6 { font-size: 14px; color: #777; padding-top: 6px; }
.service_advantage_listbox li span { display: block; width: 140px; height: 140px; border-radius: 50%; border: 2px solid #00ad66; margin: 0 auto; margin-bottom: 20px; }
.service_advantage_list_nomar { border-bottom: 0; }
.function_icon02 { background: url(../imagess/activity_icon02.png) no-repeat center; }
.function_icon03 { background: url(../imagess/activity_icon03.png) no-repeat center; }
.function_icon04 { background: url(../imagess/activity_icon04.png) no-repeat center; }
.function_icon05 { background: url(../imagess/activity_icon05.png) no-repeat center; }
.function_icon06 { background: url(../imagess/activity_icon06.png) no-repeat center; }
.function_icon07 { background: url(../imagess/activity_icon07.png) no-repeat center; }
.function_icon08 { background: url(../imagess/activity_icon08.png) no-repeat center; }
.function_icon09 { background: url(../imagess/activity_icon09.png) no-repeat center; }
.function_icon10 { background: url(../imagess/activity_icon10.png) no-repeat center; }
.function_icon11 { background: url(../imagess/activity_icon11.png) no-repeat center; }
.function_icon12 { background: url(../imagess/activity_icon12.png) no-repeat center; }
.function_icon13 { background: url(../imagess/activity_icon13.png) no-repeat center; }
.function_icon14 { background: url(../imagess/activity_icon14.png) no-repeat center; }
.function_icon15 { background: url(../imagess/activity_icon15.png) no-repeat center; }
.function_icon16 { background: url(../imagess/activity_icon16.png) no-repeat center; }
.function_icon17 { background: url(../imagess/activity_icon17.png) no-repeat center; }
.function_icon18 { background: url(../imagess/activity_icon18.png) no-repeat center; }
.function_icon19 { background: url(../imagess/activity_icon19.png) no-repeat center; }
.function_icon20 { background: url(../imagess/activity_icon20.png) no-repeat center; }
.function_icon21 { background: url(../imagess/activity_icon21.png) no-repeat center; }
.function_icon22 { background: url(../imagess/activity_icon22.png) no-repeat center; }
.function_icon23 { background: url(../imagess/activity_icon23.png) no-repeat center; }


/* 注册登录框开始 */
.popupsignbg { width: 900px; overflow: hidden; padding: 20px; background: #fff; box-shadow: 0 0 10px rgba(0,0,0,0.2); position: relative; }
.popupsignbox_close { width: 20px; height: 20px; background: url(../imagess/popup_close.png) no-repeat center center; position: absolute; right: 10px; top: 10px; cursor: pointer; }
.popupsignbox { width: 100%; overflow: hidden; }
.popupsignbox_bannerbg { width: 517px; overflow: hidden; float: left; }
.popupsignbox_bannerbox { width: auto; overflow: hidden; background: #f2f2f2; padding: 10px 20px; }
.popupsignbox_bannerbox_title { width: 100%; overflow: hidden; font-size: 24px; color: #2c323f; border-bottom: 2px solid #d9d9d9; line-height: 48px; }
.popupsignbox_bannerbox_img { width: 100%; overflow: hidden; padding: 20px 0; }
.popupsignbox_bannerbox_img img { display: block; margin: 0 auto; }
.popupsignbox_bannerbox_list { width: auto; overflow: hidden; padding-bottom: 10px; padding-left: 34px; }
.popupsignbox_bannerbox_list li { width: auto; overflow: hidden; line-height: 38px; font-size: 15px; color: #59595c; padding-left: 33px; position: relative; }
.popupsignbox_bannerbox_listicon { width: 33px; height: 24px; position: absolute; top: 7px; left: 0; }
.popupsignbox_bannerbox_listicon01 { background: url(../imagess/popupsign_button_icon.png) no-repeat 0 0; }
.popupsignbox_bannerbox_listicon02 { background: url(../imagess/popupsign_button_icon.png) no-repeat 0 -24px; }
.popupsignbox_bannerbox_listicon03 { background: url(../imagess/popupsign_button_icon.png) no-repeat 0 -48px; }
.popupsignbox_bannerbox_listicon04 { background: url(../imagess/popupsign_button_icon.png) no-repeat 0 -72px; }
.popupsignbox_bannerbox_listicon05 { background: url(../imagess/popupsign_button_icon.png) no-repeat 0 -96px; }
.popupsignbox_signbox { width: 340px; overflow: hidden; float: left; padding-left: 40px; background: url(../imagess/popupsign_arrow.png) no-repeat left center; }
.popupsignbox_signbox_title { width: 100%; overflow: hidden; font-size: 30px; color: #2c323f; line-height: 89px; padding-top: 10px; border-bottom: 2px solid #d9d9d9; }
.popupsignbox_signbox_inputbg { width: 100%; overflow: hidden; padding-top: 10px; }
.popupsignbox_signbox_inputbox { width: 100%; overflow: hidden; margin-top: 17px; }
.popupsignbox_signbox_inputbox_name { width: 89px; overflow: hidden; float: left; font-size: 16px; color: #333; line-height: 36px; }
.popupsignbox_signbox_inputbox_input { width: 239px; height: 36px; float: left; border: 1px solid #bcbcbc; background: #fff; padding: 0 5px; }
.popupsignbox_signbox_inputbox_input input { width: 100%; height: 34px; border: none; }
.popupsignbox_signbox_inputbox01 { width: 100%; overflow: hidden; margin-top: 17px; }
.popupsignbox_signbox_inputbox01 .popupsignbox_signbox_inputbox_name { width: 89px; overflow: hidden; float: left; font-size: 16px; color: #333; line-height: 36px; }
.popupsignbox_signbox_inputbox01 .popupsignbox_signbox_inputbox_input { width: 112px; height: 36px; float: left; padding: 0 5px; border: 1px solid #bcbcbc; background: #fff; }
.popupsignbox_signbox_inputbox01 .popupsignbox_signbox_inputbox_input input { width: 100%; height: 34px; border: none; }
.popupsignbox_signbox_inputbox01 .popupsignbox_signbox_inputbox_button { width: 115px; height: 34px; background: #d9dadd; float: right; border: 1px solid #cdcdcd; }
.popupsignbox_signbox_inputbox01 .popupsignbox_signbox_inputbox_button a { display: block; text-align: center; line-height: 34px; font-size: 14px; color: #4a4a49; }
.popupsignbox_signbox_button { margin-top: 17px; }
.popupsignbox_signbox_hint { width: 100%; overflow: hidden; text-align: center; line-height: 48px; font-size: 16px; color: #373737; }
.popupsignbox_signbox_inputbox_position { width: 100%; height: 20px; margin: 0 auto; line-height: 20px; color: #e6393d; font-size: 12px; position: absolute; top: 39px; left: 0px; background: url(../imagess/Icon_Error.png) no-repeat 89px 4px; padding-left: 104px; }

.button_blue { height: 37px; text-align: center; background: #00ad66; border-radius: 3px; }
.button_blue:hover { background: #008f54; }
.button_blue a { display: block; text-align: center; line-height: 37px; color: #fff; font-size: 18px; cursor: pointer; }
/* 注册登录框结束 */

/*小屏登录框开始*/
.popupsignbox_1040 a:hover { text-decoration: underline; }
.popupsignbox_1040 { width: 100%; overflow: hidden; padding: 20px 0 20px; }
.popupsignbox_1040 .popupsignbg { width: 420px; overflow: hidden; padding: 20px; background: #fff; box-shadow: 0 0 10px rgba(0,0,0,0.2); position: relative; margin: 0 auto; padding-bottom: 50px; }
.popupsignbox_1040 .popupsignbox_close { width: 20px; height: 20px; position: absolute; right: 10px; top: 10px; }
.popupsignbox_1040 .popupsignbox { width: 100%; overflow: hidden; }
.popupsignbox_1040 .popupsignbox_bannerbg { width: 517px; overflow: hidden; float: left; }
.popupsignbox_1040 .popupsignbox_bannerbox { width: auto; overflow: hidden; background: #f2f2f2; padding: 10px 20px; }
.popupsignbox_1040 .popupsignbox_bannerbox_title { width: 100%; overflow: hidden; font-size: 24px; color: #2c323f; border-bottom: 2px solid #d9d9d9; line-height: 48px; }
.popupsignbox_1040 .popupsignbox_bannerbox_img { width: 100%; overflow: hidden; padding: 20px 0; }
.popupsignbox_1040 .popupsignbox_bannerbox_img img { display: block; margin: 0 auto; }
.popupsignbox_1040 .popupsignbox_bannerbox_list { width: auto; overflow: hidden; padding-bottom: 10px; padding-left: 34px; }
.popupsignbox_1040 .popupsignbox_bannerbox_list li { width: auto; overflow: hidden; line-height: 38px; font-size: 15px; color: #59595c; padding-left: 33px; position: relative; }
.popupsignbox_1040 .popupsignbox_bannerbox_listicon { width: 33px; height: 24px; position: absolute; top: 7px; left: 0; }
.popupsignbox_1040 .popupsignbox_bannerbox_listicon01 { background: url(../imagess/popupsign_button_icon.png) no-repeat 0 0; }
.popupsignbox_1040 .popupsignbox_bannerbox_listicon02 { background: url(../imagess/popupsign_button_icon.png) no-repeat 0 -24px; }
.popupsignbox_1040 .popupsignbox_bannerbox_listicon03 { background: url(../imagess/popupsign_button_icon.png) no-repeat 0 -48px; }
.popupsignbox_1040 .popupsignbox_bannerbox_listicon04 { background: url(../imagess/popupsign_button_icon.png) no-repeat 0 -72px; }
.popupsignbox_1040 .popupsignbox_bannerbox_listicon05 { background: url(../imagess/popupsign_button_icon.png) no-repeat 0 -96px; }
.popupsignbox_1040 .popupsignbox_signbox { width: 340px; overflow: hidden; float: left; padding-left: 40px; background: #fff; }
.popupsignbox_1040 .popupsignbox_signbox_title { width: 100%; overflow: hidden; font-size: 25px; color: #2c323f; line-height: 60px; border-bottom: 2px solid #d9d9d9; }
.popupsignbox_1040 .popupsignbox_signbox_title a {float:right;color:#00ad66;font-size:16px;line-height:20px;padding-top:25px;}
.popupsignbox_1040 .popupsignbox_signbox_inputbg { width: 100%; overflow: hidden; padding-top: 37px; }
.popupsignbox_1040 .popupsignbox_signbox_inputbox { width: 100%; overflow: hidden; margin-top: 0px; padding-bottom: 15px; position: relative; }
.popupsignbox_1040 .popupsignbox_signbox_inputbox_name { width: 89px; overflow: hidden; float: left; font-size: 16px; color: #333; line-height: 36px; }
.popupsignbox_1040 .popupsignbox_signbox_inputbox_input { width: 239px; height: 36px; float: left; border: 1px solid #bcbcbc; background: #fff; padding: 0 5px; }
.popupsignbox_1040 .popupsignbox_signbox_inputbox_input input { width: 100%; height: 34px; border: none; }
.popupsignbox_1040 .popupsignbox_signbox_inputbox01 { width: 100%; overflow: hidden; margin-top: 0px; padding-bottom: 15px; position: relative; }
.popupsignbox_1040 .popupsignbox_signbox_inputbox01 .popupsignbox_signbox_inputbox_name { width: 89px; overflow: hidden; float: left; font-size: 16px; color: #333; line-height: 36px; }
.popupsignbox_1040 .popupsignbox_signbox_inputbox01 .popupsignbox_signbox_inputbox_input { width: 112px; height: 36px; float: left; padding: 0 5px; border: 1px solid #bcbcbc; background: #fff; }
.popupsignbox_1040 .popupsignbox_signbox_inputbox01 .popupsignbox_signbox_inputbox_input input { width: 100%; height: 34px; border: none; }
.popupsignbox_1040 .popupsignbox_signbox_inputbox01 .popupsignbox_signbox_inputbox_button { width: 115px; height: 34px; background: #d9dadd; float: right; border: 1px solid #cdcdcd; }
.popupsignbox_1040 .popupsignbox_signbox_inputbox01 .popupsignbox_signbox_inputbox_button a { display: block; text-align: center; line-height: 34px; font-size: 13px; color: #4a4a49; }
.popupsignbox_1040 .popupsignbox_signbox_button { margin-top: 5px; }
.popupsignbox_1040 .popupsignbox_signbox_hint { width: 100%; overflow: hidden; }
.popupsignbox_1040 .popupsignbox_signbox_hint .popupsignbox_signbox_password a { display: block; color: #00ad66; float: left; }
.popupsignbox_1040 .popupsignbox_signbox_hint .popupsignbox_signbox_sign a { display: block; float: right; color: #666; }


/*小屏登录框结束*/

/*弹框*/
.popup_affirmbox { width: 100%; overflow: hidden; padding: 50px 0 10px 0; }
.popup_affirm { width: 100%; overflow: hidden; text-align: center; font-size: 30px; color: #00ad66; padding: 35px 0px; background: url(../imagess/icon_signwin.png) no-repeat center top; border-bottom: 1px solid #ccc; }
.popup_affirm span { display: block; font-size: 16px; padding-top: 20px; color: #999; }
.popup_affirm_button { width: 232px; overflow: hidden; margin: 0 auto; margin-top: 10px; }
.popup_affirm_button li { width: 110px; overflow: hidden; float: left; text-align: center; line-height: 40px; border-radius: 3px; margin-left: 3px; margin-right: 3px; font-size: 16px; }
.popup_affirm_button_save { background: #00ad66; color: #fff; cursor: pointer; }
.popup_affirm_button_save:hover { background: #008f54; }
.popup_affirm_button_cancel { background: #bdc1c4; color: #555; cursor: pointer; }
/*弹框 结束*/


/*************************************************************************弹框样式*****************************************************************************************************/

/*会员中心登录框开始*/
.buyercenter_logon { width: 100%; overflow: hidden; padding: 70px 0; }
.buyercenter_logon .popupsignbg { width: 420px; overflow: hidden; padding: 20px; background: #fff; box-shadow: 0 0 10px rgba(0,0,0,0.2); position: relative; margin: 0 auto; padding-bottom: 50px; }
.buyercenter_logon .popupsignbox_close { width: 20px; height: 20px; background: url(../imagess/popup_close.png) no-repeat center center; position: absolute; right: 10px; top: 10px; }
.buyercenter_logon .popupsignbox { width: 100%; overflow: hidden; }
.buyercenter_logon .popupsignbox_bannerbg { width: 517px; overflow: hidden; float: left; }
.buyercenter_logon .popupsignbox_bannerbox { width: auto; overflow: hidden; background: #f2f2f2; padding: 10px 20px; }
.buyercenter_logon .popupsignbox_bannerbox_title { width: 100%; overflow: hidden; font-size: 24px; color: #2c323f; border-bottom: 2px solid #d9d9d9; line-height: 48px; }
.buyercenter_logon .popupsignbox_bannerbox_img { width: 100%; overflow: hidden; padding: 20px 0; }
.buyercenter_logon .popupsignbox_bannerbox_img img { display: block; margin: 0 auto; }
.buyercenter_logon .popupsignbox_bannerbox_list { width: auto; overflow: hidden; padding-bottom: 10px; padding-left: 34px; }
.buyercenter_logon .popupsignbox_bannerbox_list li { width: auto; overflow: hidden; line-height: 38px; font-size: 15px; color: #59595c; padding-left: 33px; position: relative; }
.buyercenter_logon .popupsignbox_bannerbox_listicon { width: 33px; height: 24px; position: absolute; top: 7px; left: 0; }
.buyercenter_logon .popupsignbox_bannerbox_listicon01 { background: url(../imagess/popupsign_button_icon.png) no-repeat 0 0; }
.buyercenter_logon .popupsignbox_bannerbox_listicon02 { background: url(../imagess/popupsign_button_icon.png) no-repeat 0 -24px; }
.buyercenter_logon .popupsignbox_bannerbox_listicon03 { background: url(../imagess/popupsign_button_icon.png) no-repeat 0 -48px; }
.buyercenter_logon .popupsignbox_bannerbox_listicon04 { background: url(../imagess/popupsign_button_icon.png) no-repeat 0 -72px; }
.buyercenter_logon .popupsignbox_bannerbox_listicon05 { background: url(../imagess/popupsign_button_icon.png) no-repeat 0 -96px; }
.buyercenter_logon .popupsignbox_signbox { width: 340px; overflow: hidden; float: left; padding-left: 40px; background: #fff; }
.buyercenter_logon .popupsignbox_signbox_title { width: 100%; overflow: hidden; font-size: 25px; color: #2c323f; line-height: 85px; padding-top: 10px; border-bottom: 2px solid #d9d9d9; }
.buyercenter_logon .popupsignbox_signbox_inputbg { width: 100%; overflow: hidden; padding-top: 37px; }
.buyercenter_logon .popupsignbox_signbox_inputbox { width: 100%; overflow: hidden; margin-top: 0px; padding-bottom: 25px; position: relative; }
.buyercenter_logon .popupsignbox_signbox_inputbox_name { width: 89px; overflow: hidden; float: left; font-size: 16px; color: #333; line-height: 36px; }
.buyercenter_logon .popupsignbox_signbox_inputbox_input { width: 239px; height: 36px; float: left; border: 1px solid #bcbcbc; background: #fff; padding: 0 5px; }
.buyercenter_logon .popupsignbox_signbox_inputbox_input input { width: 100%; height: 34px; border: none; }
.buyercenter_logon .popupsignbox_signbox_inputbox01 { width: 100%; overflow: hidden; margin-top: 0px; padding-bottom: 25px; position: relative; }
.buyercenter_logon .popupsignbox_signbox_inputbox01 .popupsignbox_signbox_inputbox_name { width: 89px; overflow: hidden; float: left; font-size: 16px; color: #333; line-height: 36px; }
.buyercenter_logon .popupsignbox_signbox_inputbox01 .popupsignbox_signbox_inputbox_input { width: 112px; height: 36px; float: left; padding: 0 5px; border: 1px solid #bcbcbc; background: #fff; }
.buyercenter_logon .popupsignbox_signbox_inputbox01 .popupsignbox_signbox_inputbox_input input { width: 100%; height: 34px; border: none; }
.buyercenter_logon .popupsignbox_signbox_inputbox01 .popupsignbox_signbox_inputbox_button { width: 115px; height: 34px; background: #d9dadd; float: right; border: 1px solid #cdcdcd; }
.buyercenter_logon .popupsignbox_signbox_inputbox01 .popupsignbox_signbox_inputbox_button a { display: block; text-align: center; line-height: 34px; font-size: 14px; color: #4a4a49; }
.buyercenter_logon .popupsignbox_signbox_button { margin-top: 5px; }
.buyercenter_logon .popupsignbox_signbox_hint { width: auto; overflow: hidden; text-align: right; line-height: 48px; font-size: 14px; color: #373737; }
.buyercenter_logon .popupsignbox_signbox_hint a { color: #373737; cursor: pointer; }
.buyercenter_logon .popupsignbox_signbox_hint a:hover { color: #3179cb; text-decoration: underline; }
/*会员中心登录框结束*/

/*在线客服留言框开始*/
.online_message { width: 100%; overflow: hidden; }
.online_message .popupsignbg { width: 420px; overflow: hidden; padding: 20px; background: #fff; box-shadow: 0 0 10px rgba(0,0,0,0.2); position: relative; margin: 0 auto; padding-bottom: 50px; }
.online_message .popupsignbox_close { width: 20px; height: 20px; background: url(../imagess/popup_close.png) no-repeat center center; position: absolute; right: 10px; top: 10px; }
.online_message .popupsignbox { width: 100%; overflow: hidden; }
.online_message .popupsignbox_bannerbg { width: 517px; overflow: hidden; float: left; }
.online_message .popupsignbox_bannerbox { width: auto; overflow: hidden; background: #f2f2f2; padding: 10px 20px; }
.online_message .popupsignbox_bannerbox_title { width: 100%; overflow: hidden; font-size: 24px; color: #2c323f; border-bottom: 2px solid #d9d9d9; line-height: 48px; }
.online_message .popupsignbox_bannerbox_img { width: 100%; overflow: hidden; padding: 20px 0; }
.online_message .popupsignbox_bannerbox_img img { display: block; margin: 0 auto; }
.online_message .popupsignbox_bannerbox_list { width: auto; overflow: hidden; padding-bottom: 10px; padding-left: 34px; }
.online_message .popupsignbox_bannerbox_list li { width: auto; overflow: hidden; line-height: 38px; font-size: 15px; color: #59595c; padding-left: 33px; position: relative; }
.online_message .popupsignbox_bannerbox_listicon { width: 33px; height: 24px; position: absolute; top: 7px; left: 0; }
.online_message .popupsignbox_bannerbox_listicon01 { background: url(../imagess/popupsign_button_icon.png) no-repeat 0 0; }
.online_message .popupsignbox_bannerbox_listicon02 { background: url(../imagess/popupsign_button_icon.png) no-repeat 0 -24px; }
.online_message .popupsignbox_bannerbox_listicon03 { background: url(../imagess/popupsign_button_icon.png) no-repeat 0 -48px; }
.online_message .popupsignbox_bannerbox_listicon04 { background: url(../imagess/popupsign_button_icon.png) no-repeat 0 -72px; }
.online_message .popupsignbox_bannerbox_listicon05 { background: url(../imagess/popupsign_button_icon.png) no-repeat 0 -96px; }
.online_message .popupsignbox_signbox { width: 340px; overflow: hidden; float: left; padding-left: 55px; background: #fff; }
.online_message .popupsignbox_signbox_title { width: 100%; overflow: hidden; font-size: 25px; color: #2c323f; line-height: 85px; padding-top: 10px; border-bottom: 2px solid #d9d9d9; }
.online_message .popupsignbox_signbox_inputbg { width: 100%; overflow: hidden; padding-top: 10px; }
.online_message .popupsignbox_signbox_inputbox { width: 100%; overflow: hidden; margin-top: 17px; }
.online_message .popupsignbox_signbox_inputbox_name { width: 65px; overflow: hidden; float: left; font-size: 16px; color: #333; line-height: 36px; }
.online_message .popupsignbox_signbox_inputbox_input { width: 263px; height: 36px; float: left; border: 1px solid #bcbcbc; background: #fff; padding: 0 5px; }
.online_message .popupsignbox_signbox_inputbox_input input { width: 100%; height: 34px; border: none; }
.online_message .popupsignbox_signbox_inputbox01 { width: 100%; overflow: hidden; margin-top: 17px; }
.online_message .popupsignbox_signbox_inputbox01 .popupsignbox_signbox_inputbox_name { width: 89px; overflow: hidden; float: left; font-size: 16px; color: #333; line-height: 36px; }
.online_message .popupsignbox_signbox_inputbox01 .popupsignbox_signbox_inputbox_input { width: 112px; height: 36px; float: left; padding: 0 5px; border: 1px solid #bcbcbc; background: #fff; }
.online_message .popupsignbox_signbox_inputbox01 .popupsignbox_signbox_inputbox_input input { width: 100%; height: 34px; border: none; }
.online_message .popupsignbox_signbox_inputbox01 .popupsignbox_signbox_inputbox_button { width: 115px; height: 34px; background: #d9dadd; float: right; border: 1px solid #cdcdcd; }
.online_message .popupsignbox_signbox_inputbox01 .popupsignbox_signbox_inputbox_button a { display: block; text-align: center; line-height: 34px; font-size: 14px; color: #4a4a49; }
.online_message .popupsignbox_signbox_inputbox_textarea { width: 263px; height: 100px; float: left; padding: 5px; border: 1px solid #bcbcbc; background: #fff; }
.online_message .popupsignbox_signbox_inputbox_textarea textarea { width: 100%; height: 100px; border: none; }
.online_message .popupsignbox_signbox_button { margin-top: 17px; }
.online_message .popupsignbox_signbox_hint { width: 100%; overflow: hidden; text-align: right; line-height: 48px; font-size: 14px; color: #373737; cursor: pointer; }
.online_message .popupsignbox_signbox_hint:hover { text-decoration: underline; }
.online_message .popupsignbox_signbox_select { width: 100%; overflow: hidden; padding-top: 20px; }
.online_message .popupsignbox_signbox_select li { width: auto; overflow: hidden; float: left; font-size: 16px; margin-right: 15px; }
.online_message .popupsignbox_signbox_select input { width: 13px; height: 13px; position: relative; top: 1px; margin-right: 3px; }
.online_message .popupsignbox_signbox_phone { width: 100%; overflow: hidden; font-size: 16px; color: #3179cb; font-weight: bold; padding-top: 10px; text-align: right; }
/*在线客服留言框结束*/

/*首页微信公众号*/
.roundabout-holder { margin: 0px auto; width: 850px; height: 496px; }
.roundabout-moveable-item { border-radius: 4px; border: 3px solid rgba(0, 0, 0, 0.08); width: 312px; height: 570px; cursor: pointer; -moz-border-radius: 4px; -webkit-border-radius: 4px; }
.roundabout-moveable-item img { width: 100%; }
.roundabout-in-focus { border: 3px solid rgba(0, 0, 0, 0.2); }


.lanrenzhijia { overflow: hidden; margin: 0 auto; position: relative; height: 404px; padding-top: 200px; }
.bac { position: absolute; bottom: 0; left: 50px; }
.lanrenzhijia_box { width: 700px; margin: auto; }
.lanrenzhijia_inbox { overflow: hidden; position: relative; }
.lanrenzhijia_inbox p { text-indent: 1em; font-size: 14px; width: 100%; color: #FFFFFF; line-height: 30px; background: #000000; }
.lanrenzhijia_inbox a { padding: 5px; display: block; position: absolute; top: 220px; left: 90px; background: #0066CC; color: #FFF; }
.lanrenzhijia_inbox img { width: 100%; height: 100%; }


/*.imageflow{overflow:hidden; position:relative; text-align:left; visibility:hidden; width:100%}
.imageflow img{border:none; position:absolute; top:0px; visibility:hidden; -ms-interpolation-mode:bicubic}
.imageflow p{margin:0 auto; text-align:center}
.imageflow .loading{border:1px solid #ccc; height:15px; left:50%; margin-left:-106px; padding:5px; position:relative; visibility:visible; width:200px}
.imageflow .loading_bar{background:#ccc; height:15px; visibility:visible; width:1%}
.imageflow .caption{font-weight:bold; position:relative; text-align:center; z-index:10000}
.imageflow .scrollbar{border-bottom:1px solid #b3b3b3; position:relative; visibility:hidden; z-index:10001; height:1px}
/*.imageflow .slider{background-image:url(../../imagess/Index/slider.png); background-repeat:no-repeat; height:14px; margin:-6px 0 0 -7px; position:absolute; width:14px; z-index:10002}*/
/*.imageflow .images{overflow:hidden; white-space:nowrap}
.imageflow .button{cursor:pointer; height:17px; position:relative; width:17px}*/


.imageflow { width: 1200px; height: 600px; margin: 0 auto; position: relative; }
.imageflow ul { position: relative; height: 600px; }
.imageflow li { position: absolute; width: 0; height: 0; z-index: 0; cursor: pointer; overflow: hidden; top: 152px; left: 10px; }
.imageflow li img { width: 100%; height: 100%; vertical-align: top; float: left; }

/*首页微信公众号结束*/



/*-------------------------------------------------------------手机扫描注册页面-------------------------------------------------------------------*/
.popup_mobile_mainbox { width: 640px; min-height: 1136px; background-color: #fff; }
.popup_mobile_title { width: 100%; height: 60px; background: url(../imagess/popup_mobile_linebg.png) no-repeat center center; text-align: center; padding: 68px 0; }
.popup_mobile_title h1 { font-size: 48px; color: #272727; line-height: 54px; }
.popup_mobile_text_box { width: auto; padding: 0 36px; }
.popup_mobile_text { width: 100%; height: auto; overflow: hidden; }
.popup_mobile_text_list { width: 100%; height: 90px; margin-bottom: 26px; border-bottom: 1px solid #00ad66; }
.popup_mobile_text_list li { width: auto; height: 90px; background: url(../imagess/popup_mobile_icon01.png) no-repeat left center; padding-left: 60px; }
.popup_mobile_text_list li input { width: 100%; height: 88px; border: 0; font-size: 30px; color: #999999; line-height: 88px; }
.popup_mobile_text_list li img { width: 203px; height: 70px; border: 0; font-size: 30px; color: #999999; line-height: 88px; }
.popup_mobile_text_list li span { float: right; width: 170px; height: 70px; border-radius: 2px; background-color: #c7c7c7; text-align: center; color: #fff; line-height: 70px; cursor: pointer; font-size:28px; }
.popup_mobile_text_list li span a{background-color: #c7c7c7; text-align: center; color: #fff;}
.popup_mobile_text_list li span a:hover { text-decoration:underline;background-color: #c7c7c7; text-align: center; color: #fff;}
.popup_mobile_text_listcode li { background: url(../imagess/popup_mobile_icon02.png) no-repeat left center; }
.popup_mobile_text_listcode li input { float: left; width: 57%; border: 0; }
.popup_mobile_text_listcode li span { float: right; width: 210px; height: 70px; border-radius: 2px; background-color: #c7c7c7; text-align: center; color: #fff; line-height: 70px; cursor: pointer; }
.popup_mobile_text ul:nth-child(3) li { background: url(../imagess/popup_mobile_icon03.png) no-repeat left center; }
.popup_mobile_text ul:nth-child(4) li { background: url(../imagess/popup_mobile_icon03.png) no-repeat left center; }

.popup_mobile_text_btnbox { padding-top: 90px; width: 100%; height: auto; text-align: center; }
.popup_mobile_text_btn a { display: block; width: 100%; border-radius: 2px; background-color: #00ad66; color: #fff; font-size: 34px; height: 86px; text-align: center; line-height: 86px; }
.popup_mobile_text_btnbox p { font-size: 30px; color: #9b9b9b; padding-top: 30px; }
.popup_mobile_text_btnbox p a { font-size: 30px; color: #9b9b9b; text-decoration: underline; }

/*--------------------------------------------------------------------------------------------------------------------------------*/
/*可以生成APP提示框*/
.banner_title_apphint{ display:inline-block; *display:inline; font-size:14px; color:#fff; background:url(../imagess/apphint_icon.png) no-repeat 6px center; background-color:#00ad66;
padding:4px 6px 4px 18px; border:1px solid #67caa1; position:relative; top:-40px; left:9px;}
.banner_title_apphint em{ display:block; background:url(../imagess/apphint_arrow.png) no-repeat; width:11px; height:14px; position:absolute; top:27px; left:-1px;}
.function_list_titlebox h2{ width:100%; position:relative; height:48px; }
.function_list_titlebox h2 i{ /*display:inline-block; *display:inline;*/ display:block; background:url(../imagess/scenarios_titleicon.png) no-repeat; width:16px; height:30px;
 position:absolute; top:12px; left:57%; }
.function_list_titlebox .banner_title_apphint{ background-image:none; top:-50px; left:138px; padding:2px 5px; font-size:12px; }
.function_list_titlebox .banner_title_apphint em{ display:block; background:url(../imagess/apphint_arrow.png) no-repeat left bottom; width:11px; height:12px; position:absolute; top:20px; left:-1px;}
.function_list_titlebox02 h2 i{ left:58.5%;}
.function_list_titlebox02 .banner_title_apphint{ background-image:none; top:-50px; left:158px; padding:2px 5px; font-size:12px; }
.function_list_titlebox .banner_title_apphint02{ top:-75px;}
.store_selectbox_listbox02{width:604px;height:44px;background:#fff;border:10px solid #fff;margin:0 auto;}
.store_selectbox_list02{width:604px;height:40px;border:2px solid #00ad66;border-radius:8px;overflow:hidden;}


/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*banner*/
.sup_bannerbox{ width:100%; height:300px; background:url(../imagess/S_banner.jpg) no-repeat top center; overflow:hidden;}
.sup_banner{ width:977px; height:auto; margin:0 auto;}
.sup_banner_text{color:#3b3b3b; margin-top:50px; overflow:hidden; }
.sup_banner_text h1{ font-size:46px; line-height:69px; font-weight:bold; }
.sup_banner_text p{ font-size:18px; line-height:28px; width:316px; }
.sup_banner_btn{ width:100%; padding-top:25px; overflow:hidden;}
.sup_banner_btn li{ float:left; margin-right:16px; }
.sup_banner_btn li a{ border:2px solid #3b3b3b; border-radius:5px; font-size:20px; line-height:38px; padding:0 18px; display:block; color:#3b3b3b; }

/*内容*/
.sup_content_main_bg{ width:100%; height:auto; background-color:#fff;}
.sup_content_main{ width:977px; height:auto; margin:0 auto; padding:50px 0;}
.sup_content_main_title{ width:100%; text-align:center; overflow:hidden; margin-top:20px; }
.sup_content_main_title h2{ color:#000; font-size:40px; overflow:hidden; width:100%; }
.sup_content_main_title h5{ color:#999; font-size:20px; padding:10px 0; }
.sup_system_functionbox_2{ width:680px; margin:50px auto 0; overflow:hidden; text-align:center;}
.sup_system_function{ width:290px; float:left; margin-right:100px; }
.sup_system_function:last-child{ margin-right:0;}
.sup_system_function_icon{ width:46px; height:46px; border:2px solid #3179cb; border-radius:50%; margin:0 auto; position:relative;}
.sup_function_icon{ width:26px; height:16px; display:block; background:url(../imagess/S_icon.png) no-repeat;}
.sup_function_icon01{ background-position:0 0; position:absolute; top:16px; left:50%; margin-left:-13px; }
.sup_system_function_title{ font-size:20px; color:#222; padding:20px 0 8px;}
.sup_system_function_text{ font-size:16px; color:#999; line-height:26px;}
.sup_function_icon02{ width:21px; height:23px; background-position:0 -19px; position:absolute; top:11px; left:50%; margin-left:-11px; }
.sup_system_function_imgbox{ width:100%; height:auto; margin:40px auto 0;}
.sup_system_function_imgbox img{ margin:0 auto;}
.website_buttonbox{margin:40px auto 0; overflow:hidden;  width: 302px;}
.website_buttonbox a{ float:left; margin:0 6px; width:138px;}
.sup_content_functionlistbox{ width:100%; height:auto; overflow:hidden; padding-top:80px;}
.sup_content_functionlist{ width:100%; height:auto; border-bottom:1px dashed #e5e5e5; overflow:hidden; }
.sup_content_functionlist li{ width:274px; height:auto; padding:0 25px; border-right:1px dashed #e5e5e5; text-align:center; float:left;  padding-bottom:40px;}
.sup_content_functionlist li:last-child{ border-right:none;}
.sup_functionlist_iconbox{ width:140px; height:140px; border:2px solid #3179cb; margin:0 auto; position:relative; border-radius:50%;}
.sup_functionlist_icon{ width:49px; height:38px; background:url(../imagess/S_icon.png) no-repeat; position:absolute;}
.functionlist_icon01{ background-position:-25px 0; top:53px; left:45px; }
.sup_functionlist_title{ font-size:20px; color:#222; padding:20px 0 10px;}
.sup_functionlist_text{ font-size:16px; color:#999; line-height:26px;/* padding-bottom:40px;*/}
.sup_functionlist_text span{ display:inline-block; *display:inline; padding:0 6px; height:22px; line-height:22px; border:2px solid #FC0; color:#fc0; border-radius:3px; font-size:14px;}
.functionlist_icon02{ width:47px; height:46px; background-position:-76px 0; top:49px; left:44px; }
.functionlist_icon03{ width:56px; height:45px; background-position:-126px 0; top:51px; left:45px; }
.sup_content_functionlist_clrbor{ max-height:387px; min-height:386px; border-bottom:none;}
.sup_content_functionlist_clrbor li{ padding-top:40px;}
.functionlist_icon04{ width:57px; height:43px; background-position:0 -45px; top:51px; left:43px; }
.functionlist_icon05{ width:40px; height:48px; background-position:-59px -48px; top:50px; left:50px; }
.functionlist_icon06{ width:41px; height:53px; background-position:-101px -46px; top:46px; left:52px; }
.sup_content_btnbox{ width:100%; height:auto; padding:40px 0; overflow:hidden;}
.sup_content_btnbox a{ display:block; width:190px; height:44px; border-radius:3px; background-color:#00ad66; text-align:center; line-height:44px; font-size:20px; color:#fff; margin:0 auto;}
.sup_content_btnbox a:hover{ background-color:#008f54;}

/*----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*APP样式*/
/*banner*/
.app_bannerbox{ width:100%; height:295px; background:url(../imagess/App_banner.jpg) no-repeat top center; overflow:hidden;}
.mx_app_banner{ width:1200px;}
.sup_banner_text h1 span{ font-weight:normal;}
.app_banner_text{ margin-top:68px; }
.app_system_function_icon{ width:60px; height:60px; border:2px solid #00ad66; border-radius:50%; margin:0 auto; position:relative;}
.app_function_icon{ width:32px; height:37px; display:block; background:url(../imagess/A_icon.png) no-repeat;}
.app_function_icon01{ background-position:0 0; position:absolute; top:10px; left:50%; margin-left:-16px; }
.app_function_icon02{ width:30px; height:39px; background-position:-34px 0; position:absolute; top:10px; left:50%; margin-left:-15px; }
.app_system_functionbox_2{ width:736px;}
.app_system_functionbox_2 .sup_system_function{ width:318px;}
.app_content_box{ width:977px; padding-top:80px; overflow:hidden;}
.app_functionlist_box li{ width:272px; float:left; padding-bottom:40px; overflow:hidden; margin-right:80px; text-align:center; }
.app_functionlist_box li:last-child{ margin-right:0;}
.app_functionlist_iconbox{ width:66px; height:66px; background-color:#00ad66; margin:0 auto; position:relative; border-radius:50%;}
.app_functionlist_icon{ width:36px; height:33px; background:url(../imagess/A_icon.png) no-repeat; position:absolute;}
.functionlist_icon01{ background-position:-66px 0; top:17px; left:15px; }
.app_functionlist_title{ font-size:20px; color:#222; padding:20px 0 10px;  }
.app_functionlist_text{ font-size:16px; color:#999; line-height:26px;}
.functionlist_icon02{ width:40px; height:28px; background-position:-105px 0; top:21px; left:15px; }
.functionlist_icon03{ width:48px; height:19px; background-position:-102px -50px; top:25px; left:9px; }
.functionlist_icon04{width:33px; height:35px; background-position:0 -41px; top:14px; left:17px; }
.functionlist_icon05{ width:22px; height:40px; background-position:-37px -42px; top:13px; left:23px; }
.functionlist_icon06{ width:34px; height:38px; background-position:-66px -41px; top:15px; left:17px; }
.app_functionlist_clrmar li{ padding-bottom:10px;}
.sup_content_main_title h5 span{ display:inline-block; *display:inline; padding:0 6px; height:22px; line-height:22px; border:2px solid #FC0; color:#fc0; border-radius:3px; font-size:14px; }
.app_store_contentbox{ width:100%; padding:50px 0 0; overflow:hidden;}
.app_store_contentlist{ width:338px; height:auto; padding:25px 38px 20px; border:1px solid #e9eff6; border-radius:5px; float:left; min-height:280px; margin:0 30px;}
.app_store_title{ width:100%; height:auto; font-size:24px; color:#222; border-bottom:1px solid #e9eff6;  padding-bottom:15px; }
.app_store_icon01{ width:32px; height:37px; display:inline-block; *display:inline; background:url(../imagess/APP_titleicon.png) no-repeat 0 0; float:left; margin-left:105px; margin-top:-5px; margin-right:10px;}
.app_store_main{ text-align:center; padding-top:53px;}
.app_store_mainicon{ width:116px; height:110px; background:url(../imagess/App_icon.png) no-repeat 0 0; margin:0 auto;}
.app_store_main h6{ font-size:18px; color:#555; line-height:38px;}
.app_store_icon02{ width:30px; height:39px; background:url(../imagess/APP_titleicon.png) no-repeat -34px 0;display:inline-block; *display:inline;float:left; margin-left:78px; margin-top:-5px; margin-right:10px;}
.app_store_android{ width:100%; height:auto; overflow:hidden; padding-top:17px;}
.app_store_android ul{ margin-top:20px; overflow:hidden;}
.app_store_android ul li{ float:left; width:84px; text-align:center; min-width:84px;}
.app_store_android ul li:last-child{ margin-right:0;}
.app_store_icon{ width:55px; height:56px; background:url(../imagess/App_icon.png) no-repeat; margin:0 auto; margin-bottom:5px;}
.app_store_android ul li span{ font-size:13px; color:#555;}
.app_store_icon03{ background-position:0 -114px; }
.app_store_icon04{ background-position:-58px -114px; }
.app_store_icon05{ background-position:0 -173px; }
.app_store_icon06{ background-position:-58px -173px; }
.app_store_icon07{ background-position:0 -231px; }
.app_store_icon08{ background-position:-58px -232px; }
.app_store_icon09{ background-position:0 -290px; }
.app_store_icon10{ background-position:-58px -290px; }

/*APP商城*/
.sup_content_main .website_buttonbox{ text-align:center;}
.aboutcontact_contactbg{ background-color:#f5f5f5; }

/*购买页广告*/
.buy_ad_bgbox{ width:1200px; height:300px; background:url(../imagess/mx_buy_bannerbg.jpg) no-repeat; position:relative; text-align:center; margin:0 auto; box-shadow:0 0 10px #cddad5;}
.buy_ad_close{ width:30px; height:30px; position:absolute; top:10px; right:10px; background:url(../imagess/buy_banner_close.png) no-repeat center center; cursor:pointer;}
.buy_ad_text h1{ font-size:44px; color:#00ad66; font-weight:bold;  width:590px; margin:0 auto; padding-top:45px; overflow:hidden;  }
.buy_ad_text h1 span{ float:left; margin-top:2px; font-size:32px; display:inline-block; padding:5px 20px; background-color:#00ad66; color:#fff; border-radius:3px; position:relative; box-shadow:1px 3px 4px #bbc9c4;}
.buy_ad_text h1 span em{ display:block; width:0; height:0; border-top:20px solid transparent; border-bottom:20px solid transparent; border-left:28px solid #00ad66; position:absolute; top:6px; right:-12px;}
.buy_ad_text h1 p{ float:right; text-shadow:1px 3px 4px #bbc9c4; }
.buy_ad_text h6{ font-size:16px; color:#565656; line-height:26px; width:42%; margin:14px auto;}
.buy_ad_btn{ cursor:pointer; font-size:16px; color:#fff; display:inline-block; padding:0 20px; height:58px; line-height:53px; border-radius:35px; border:1px solid #dc9703; background-color:#f1ae1f; margin-top:10px; box-shadow:2px 4px 6px #d5c49e; }
.buy_ad_btn a{ font-size:30px; color:#fff;}
.buy_ad_btn a span{ font-size:30px; font-weight:bold; color:#fff; border-bottom:1px solid #fff; }
.buy_ad_btn a span i{ font-weight:normal; font-size:14px;}
.buy_ad_btn a:hover{ text-decoration:none;}


/*APP上架单*/
.AccountNew_PopupBox table tr td .app_name {padding:3px 0 0 30px;font-size:15px}
.AccountNew_PopupBox table tr td .app_name_input {width:15px}

/*应用市场*/
.appstore .headerbg {width:100%;overflow:hidden;background:#fff;}
.appstore .header {width:1200px;overflow:hidden;margin:0 auto;height:70px;}
.appstore .header_logo {width:244px;overflow:hidden;float:left;}
.appstore .header_logo img {width:244px;height:29px;margin-top:21px;}
.appstore .header_btn {width:auto;overflow:hidden;float:right;}
.appstore .header_btn a {display:block;width:126px;height:35px;border-radius:5px;background:#00ad66;margin-top:18px;text-align:center;line-height:35px;color:#fff;text-decoration:none;font-size:16px;}
.appstore .bannerbg {width:100%;height:344px;background:url(../imagess/appstore/appstore_bg.jpg) no-repeat center top;}
.appstore .banner {width:1200px;overflow:visible;margin:0 auto;padding-top:125px;position:relative;}
.appstore .banner_title {width:100%;overflow:hidden;font-size:35px;color:#fff;text-align:right;}
.appstore .banner_subtitle {width:100%;overflow:hidden;font-size:30px;color:#8acdb2;text-align:right;line-height:70px;}
.appstore .banner_btn {width:100%;overflow:hidden;}
.appstore .banner_btn a {display:block;width:156px;height:39px;text-align:center;float:right;font-size:20px;color:#00ad66;line-height:39px;background:#fff;border-radius:5px;}
.appstore .phonebg {width:500px;height:794px;background:url(../imagess/appstore/appstore_phone.png);position:absolute;top:73px;left:0;}
.appstore .phone {width:402px;height:579px;background:#000;position:absolute;top:112px;left:43px;}
.appstore .wxbox {width:100%;overflow:hidden;}
.appstore .wx {width:1200px;overflow:hidden;margin:0 auto;padding-top:112px;}
.appstore .wx li {width:250px;height:54px;padding-top:250px;background:#f0f0f0;border:2px solid #cccccc;float:right;margin-left:30px;text-align:center;font-size:20px;color:#666;line-height:44px;position:relative;}
.appstore .wx img {display:block;width:200px;height:200px;padding:10px;border:1px solid #c2c2c2;background-color:#fff;margin:14px;position:absolute;top:0;left:0;}
.appstore .wx em {color:#00ad66;padding:0 5px;}
.appstore .wx i {padding-left:32px;background:url(../imagess/appstore/appstore_wx.png) no-repeat left center;}
.appstore .wx .wx_arrow {width:22px;height:10px;background:url(../imagess/appstore/appstore_arrow.png) no-repeat;position:absolute;top:235px;left:114px;}


/*新版购买（套餐）*/
.zystore_contentbox{width:1200px;overflow:auto;margin:0 auto;margin-top:30px;}
.zystore_newcombobg {width:auto;overflow:hidden;position:relative;}
.zystore_newcombobox {width:1200px;overflow:hidden;height:170px;background:#00ad66;position:absolute;top:0;left:0;}
.zystore_newcombobg .newcombo_listbox {width:auto;overflow:hidden;padding-left:350px;position:relative;min-height:217px;}
.zystore_newcombobg .newcombo_sale {width:332px;height:85px;overflow:hidden;color:#fff;font-size:20px;position:absolute;top:17px;left:15px;padding-top:20px;/*border-right:1px solid #579dfe;*/}
.zystore_newcombobg .newcombo_sale span {display:block;font-size:16px;color:rgba(255,255,255,0.8);padding-top:5px;}
.zystore_newcombobg .newcombo_list {width:785px;overflow:hidden;float:right;}
.zystore_newcombobg .newcombo_list li {width:261px;overflow:hidden;min-height:170px;float:left;color:#fff;text-align:center;}
.zystore_newcombobg .newcombo_list .newcombo_listname {width:100%;overflow:hidden;font-size:18px;color:rgba(255,255,255,0.8);padding-top:16px;}
.zystore_newcombobg .newcombo_list .newcombo_listprice {width:100%;overflow:hidden;font-size:30px;font-family:AvantGarde Bk BT,arial,verdana;padding-top:5px;}
.zystore_newcombobg .newcombo_list .newcombo_listprice em {font-size:16px;}
.zystore_newcombobg .newcombo_list .newcombo_listprice span {font-size:14px;display:block;color:rgba(255,255,255,0.5)}
.zystore_newcombobg .newcombo_list .newcombo_listbtn {width:100%;overflow:hidden;padding-top:5px;}
.zystore_newcombobg .newcombo_list .newcombo_listbtn a{display:block;width:86px;height:24px;margin:0 auto;background:#fff;color:#00AD66;font-size:14px;text-align:center;line-height:24px;border-radius:50px;}
.zystore_newcombobg .newcombo_list li:nth-child(1) {min-height:217px;/*background:#4d98fe;*/background:url(../imagess/appstore/icon_combobg.png) no-repeat center top;}
.zystore_newcombobg .newcombo_list li:nth-child(1) .newcombo_listname {width:100%;overflow:hidden;font-size:20px;color:rgba(255,255,255,0.8);}
.zystore_newcombobg .newcombo_list li:nth-child(1) .newcombo_listprice {width:100%;overflow:hidden;font-size:34px;font-family:AvantGarde Bk BT,arial,verdana;padding-top:5px;}
.zystore_newcombobg .newcombo_list li:nth-child(1) .newcombo_listprice em {font-size:18px;}
.zystore_newcombobg .newcombo_list li:nth-child(1) .newcombo_listprice span {font-size:16px;}
.zystore_newcombobg .newcombo_list li:nth-child(1) .newcombo_listbtn {width:100%;overflow:hidden;padding-top:10px;}
.zystore_newcombobg .newcombo_list li:nth-child(1) .newcombo_listbtn a{display:block;width:96px;height:28px;margin:0 auto;background:#fff;color:#00AD66;font-size:16px;text-align:center;line-height:28px;border-radius:50px;}
.zystore_newcombobg .newcombo_list li:nth-child(2) {width:260px;border-right:1px solid #00c381;}
.newcombo_infobox {width:1200px;overflow:hidden;font-size:14px;color:#788089;}
.newcombo_info {width:auto;overflow:hidden;padding:20px 0px 20px 15px;border-bottom:1px solid #d9d9d9;}
.newcombo_info:nth-child(even) {background:#f7f7f7;}
.newcombo_titlebox {width:350px;overflow:hidden;float:left;position:relative;}
.newcombo_title {width:100%;overflow:hidden;font-size:16px;color:#565d65;padding-bottom:10px;line-height:30px;}
.titlestyle1 {width:280px;overflow:hidden;padding-left:65px;min-height:52px;}
.titlestyle1 .newcombo_title {padding:0;}
.newcombo_iconbox {width:100%;overflow:hidden;}
.newcombo_iconbox li {width:52px;height:52px;border-radius:10px;overflow:hidden;float:left;margin-right:25px;margin-bottom:15px;position:relative;}
.newcombo_iconbox li:nth-child(5) {margin-bottom:0px;}
.newcombo_iconbox img {display:block;width:52px;height:52px;}
.newcombo_conbox {width:785px;overflow:hidden;float:right;}
.newcombo_con {width:246px;overflow:hidden;float:left;padding-left:15px;line-height:30px;}
.newcombo_icon {width:52px;height:52px;overflow:hidden;border-radius:10px;overflow:hidden;position:absolute;top:0px;left:0px;}
.newcombo_icon img {display:block;width:52px;height:52px;}
.newcombo_hint {width:100%;overflow:hidden;line-height:25px;color:#788089;}
.newcombo_select {width:100%;overflow:hidden;position:relative;font-size:14px;padding-top:38px;color:#788089;}
.newcombo_select .icon_no {width:29px;height:29px;background:url(../imagess/appstore/icon_combo.png) no-repeat 0 0;position:absolute;top:8px;left:0;}
.newcombo_select .icon_yes {width:29px;height:29px;background:url(../imagess/appstore/icon_combo.png) no-repeat -34px 0;position:absolute;top:8px;left:0;}
.newcombo_selectinfo {width:auto;overflow:hidden;line-height:23px;padding-top:2px;}
.newcombo_othercon {width:100%;overflow:hidden;}
.newcombo_othercon li {width:107px;overflow:hidden;float:left;margin-right:5px;margin-bottom:15px;position:relative;}
.newcombo_othercon img {display:block;width:52px;height:52px;border-radius:10px;margin:0 auto;}
.newcombo_othercon span {display:block;width:100%;overflow:hidden;line-height:30px;text-align:center;font-size:14px;padding-top:5px;color:#788089;text-overflow: ellipsis;white-space: nowrap;}

.useicon_border {width:68px;height:68px;border:1px solid rgba(0,0,0,0.2);border-radius:10px;position:absolute;top:0;left:0;}
.newcombo_iconbox .useicon_border,.newcombo_icon .useicon_border {width:50px;height:50px;}
.newcombo_othercon .useicon_border {width:50px;height:50px;position:absolute;left:27px;}
.groupbuy_useicon .useicon_border {width:58px;height:58px;}

.newcombo_infobgbox{width:1200px;overflow:hidden;font-size:14px;color:#788089;margin-bottom:30px;}
.newcombo_infolist{width:auto;overflow:hidden;padding:20px 0px 20px 15px;border-bottom:1px solid #d9d9d9;}
.newcombo_infolist:nth-child(odd) {background:#f7f7f7;}
.newcombo_infolisttitlebox{ padding:20px 0 20px; /*border-bottom:1px solid #d9d9d9;*/}
.newcombo_infolisttitlebox .newcombo_title{ color:#222; }
.newcombo_infolisttitlebox .newcombo_title h4{ font-size:20px; color:#222; padding-bottom:6px; border-bottom:2px solid #398cfe; display:inline-block; *display:inline;}
.newcombo_infolisttitlebox .newcombo_hint{ font-size:16px;}


.newcombo_iconbox1 {width:100%;overflow:hidden;}
.newcombo_iconbox1 ul {width:auto;overflow:hidden;float:left;text-align:center;margin-right:30px;}
.newcombo_iconbox1 li:first-child {width:52px;height:52px;border-radius:10px;overflow:hidden;margin:0 auto 5px;position:relative;}
.newcombo_iconbox1 img {display:block;width:52px;height:52px;}
.newcombo_iconbox1 .useicon_border,.newcombo_icon .useicon_border {width:50px;height:50px;}


/*新会员中心*/
.new_accountbox {width:100%;overflow:hidden;color:#666;}
.new_accountbox_titlebg {width:100%;overflow:hidden;background:#00ad66;}
.new_accountbox_titlebox {width:965px;overflow:hidden;padding-left:235px;position:relative;margin:0 auto;}
.new_accountbox_title {width:230px;overflow:hidden;position:absolute;top:30px;left:0;color:#fff;font-size:28px;line-height:64px;}
.new_accountbox_select {width:100%;overflow:hidden;padding-top:30px;}
.new_accountbox_select li {width:115px;height:30px;text-align:center;line-height:30px;font-size:16px;color:#fff;border:2px solid #00ad66;float:left;border-radius:50px;margin:15px 0;cursor:pointer;}
.new_accountbox_select li:hover {text-decoration:underline;}
.new_accountbox_select li[checked] {border:2px solid #fff;}
.new_accountbox_content {width:1200px;overflow:hidden;margin:0 auto;}
.new_accountbox_headerbox {width:100%;height:34px;overflow:hidden;position:relative;margin-top:27px;}
.new_accountbox_headerline {width:100%;height:1px;background:#cdcdcd;position:absolute;bottom:0;left:0;}
.new_accountbox_header {width:auto;overflow:hidden;font-size:16px;line-height:32px;border-bottom:2px solid #00ad66;position:absolute;bottom:0;left:0px;}
.new_accountbox_header span {color:#9c9c9c;text-transform:uppercase;padding-left:5px;}
.new_accountbox_conbg {width:auto;overflow:hidden;margin-bottom:50px;}
.new_accountbox_contitle {width:100%;overflow:hidden;line-height:72px;font-size:18px;}
.new_accountbox_conbox {width:auto;overflow:hidden;background:#f6f6f6;border:1px solid #cecece;padding:20px 0;}
.new_accountbox_conlist {width:50%;overflow:hidden;float:left;}
.new_accountbox_coninfo {width:auto;overflow:hidden;border-right:1px solid #cecece;position:relative;padding-left:170px;min-height:125px;}
.new_accountbox_coninfo .coninfo_img {width:113px;height:113px;border-radius:50%;border:2px solid #e7e7e7;overflow:hidden;position:absolute;top:0;left:33px;}
.new_accountbox_coninfo .coninfo_img img {width:113px;height:113px;}
.new_accountbox_coninfo .coninfo_box {width:auto;overflow:hidden;}
.new_accountbox_coninfo .coninfo_phone {width:100%;overflow:hidden;font-size:30px;color:#333;}
.new_accountbox_coninfo .coninfo_box {width:100%;overflow:hidden;padding-top:8px;}
.new_accountbox_coninfo .coninfo_box li {width:auto;overflow:hidden;padding-left:30px;line-height:32px;font-size:18px;color:#999;}
.new_accountbox_coninfo .coninfo_box li:first-child {background:url(../imagess/account/icon_people.png) no-repeat 0 center;}
.new_accountbox_coninfo .coninfo_box li:last-child {background:url(../imagess/account/icon_number.png) no-repeat 0 center;}
.new_accountbox_conwx {width:auto;overflow:hidden;padding-left:35px;}
.new_accountbox_conwx .conmx_title {width:auto;overflow:hidden;padding-left:35px;line-height:24px;font-size:18px;background:url(../imagess/account/icon_wx.png) no-repeat left top;}
.new_accountbox_conwx .conmx_info {width:auto;overflow:hidden;padding-left:105px;position:relative;min-height:85px;margin-top:16px;}
.new_accountbox_conwx .conmx_infoimg {width:81px;height:81px;border:2px solid #e7e7e7;position:absolute;top:0;left:0;}
.new_accountbox_conwx .conmx_infoimg img {width:81px;height:81px;}
.new_accountbox_conwx .conmx_infotitle {width:100%;overflow:hidden;font-size:24px;color:#333;padding-top:10px;}
.new_accountbox_conwx .conmx_infohint {width:100%;overflow:hidden;font-size:16px;color:#999;padding-top:5px;}
.new_accountbox_conwx .conmx_infohint span {color:#666;}
.new_accountbox_conwx .conmx_infohint a {color:#00ad66;}
.new_accountbox_about {width:100%;overflow:hidden;}
.new_accountbox_about .store_title {width:100%;overflow:hidden;line-height:72px;font-size:18px;}
.new_accountbox_about .store_info {width:auto;overflow:hidden;border:1px solid #d9d9d9;background:#fff;min-height:295px;position:relative;}
.new_accountbox_storeinfo {width:auto;overflow:hidden;margin-right:8px;}
.new_accountbox_storeinfo .store_bg {width:68px;height:100%;background:#f6f6f6;border-right:1px solid #d9d9d9;position:absolute;top:0;left:0;z-index:0;}
.new_accountbox_storeinfo .store_conbox {width:600px;/*此处宽度不固定，要程序获取宽度*/overflow:hidden;position:absolute;top:0;left:0;z-index:1;padding:35px 30px 0 30px;}
.new_accountbox_storeinfo .store_conhttpbox {width:530px;overflow:hidden;padding:15px 0;position:relative;min-height:47px;margin-bottom:17px;}
.new_accountbox_storeinfo .store_conhttp {width:auto;overflow:hidden;border:1px solid #d9d9d9;background:#fff;line-height:45px;font-size:16px;color:#666;border-radius:50px;padding:0 110px 0 85px;position:relative;text-overflow: ellipsis;white-space: nowrap;}
.new_accountbox_storeinfo .store_conicon {width:73px;height:33px;border-radius:50%;position:absolute;top:0;left:0;text-align:center;color:#fff;font-size:14px;padding-top:40px;line-height:25px;z-index:2;background-color:#00ad66;}
.new_accountbox_storeinfo .icon_qt {background-image:url(../imagess/account/icon_q.png);background-repeat:no-repeat;background-position:center 15px}
.new_accountbox_storeinfo .icon_ht {background-image:url(../imagess/account/icon_h.png);background-repeat:no-repeat;background-position:center 15px}
.new_accountbox_storeinfo .store_conbtn {width:95px;height:25px;background:#f6f6f6;border:1px solid #d9d9d9;position:absolute;right:9px;top:9px;text-align:center;line-height:25px;border-radius:50px;}
.new_accountbox_storeinfo .store_conbtn a {display:block;font-size:14px;color:#666;}
.new_accountbox_storeinfo .store_conbtn a:hover {text-decoration:underline;}
.new_accountbox_storeinfo .store_btn {width:530px;overflow:hidden;}
.new_accountbox_storeinfo .store_btn a {display:block;width:auto;overflow:hidden;float:right;line-height:36px;padding:0 35px;color:#fff;background:#00ad66;border-radius:50px;font-size:16px;}
.new_accountbox_service {width:auto;overflow:hidden;margin-left:8px;}
.new_accountbox_service .service_titlebg {width:100%;height:49px;overflow:hidden;position:relative;}
.new_accountbox_service .service_titlebox {width:100%;overflow:hidden;background:#f6f6f6;border-bottom:1px solid #d1d1d1;height:48px;margin-top:0px;position:absolute;top:0;left:0;}
.new_accountbox_service .service_title {width:auto;overflow:hidden;position:absolute;bottom:0;left:35px;}
.new_accountbox_service .service_title li {width:auto;overflow:hidden;padding:0 20px 2px;float:left;font-size:16px;line-height:36px;cursor:pointer;}
.new_accountbox_service .service_title li:hover {text-decoration:underline;}
.new_accountbox_service .service_title li[checked] {color:#00ad66;border-bottom:2px solid #00ad66;padding-bottom:0;}
.new_accountbox_service .service_con {width: auto;height:177px;overflow: hidden;padding:35px 35px 34px 235px;position: relative;}
.new_accountbox_service .service_conimg {width:153px;height:153px;padding:10px;border:2px solid #d9d9d9;position:absolute;top:35px;left:35px;}
.new_accountbox_service .service_conimg img {width:153px;height:153px;}
.new_accountbox_service .service_conname {width:100%;overflow:hidden;font-size:20px;color:#333;padding-top:25px;}
.new_accountbox_service .service_conname a {font-size:16px;color:#00ad66;padding-left:5px;}
.new_accountbox_service .service_conhint {width:100%;overflow:hidden;font-size:16px;color:#999;padding-top:7px;border-bottom:1px solid #d9d9d9;padding-bottom:15px;}
.new_accountbox_service .service_conphone {width:100%;overflow:hidden;font-size:18px;color:#999;text-indent:35px;background:url(../imagess/account/icon_phone.png) no-repeat 0 0;padding-top:5px;margin-top:15px;}
.new_accountbox_service .consultinfo_phone .PopupBox_Phone_Content{width:auto;overflow:hidden;padding:35px 35px 0;}
.new_accountbox_service .consultinfo_phone .PopupBox_Phone_Content li{width:auto;overflow:hidden;float:left;margin-right:5px;font-size:12px;color:#666;line-height:25px;}
.new_accountbox_service .consultinfo_phone .PopupBox_Phone_Content .phone_number {margin-right:0px;}
.new_accountbox_service .consultinfo_phone .PopupBox_Phone_Content li:last-child {width:auto;overflow:hidden;margin:0;}
.new_accountbox_service .consultinfo_phone .PopupBox_Phone_Content .Select_66{width:81px;height:35px;}
.new_accountbox_service .consultinfo_phone .PopupBox_Phone_Content .phone_number .Input_100 {width:88px;height:33px;border:1px solid #999;padding:0 5px;}
.new_accountbox_service .consultinfo_phone .PopupBox_Phone_Content .Input_50 {width:40px;height:33px;border:1px solid #999;padding:0 5px;}
.new_accountbox_service .consultinfo_phone .PopupBox_Phone_Content .Btn_Save {border-radius:1px;background:#00ad66;color:#fff;padding:0 15px;float:left;height:35px;line-height:35px;margin-left:5px;font-size:16px;}
.new_accountbox_service .consultinfo_phone .PopupBox_Phone_hint{width:auto;overflow:hidden;color:#DB8700;font-size:14px;padding:5px;background:#FFFDEE;border:1px solid #F2D69A;line-height:20px;margin:15px 35px 35px;}
.Select_100{width:100px;height:35px;}
.Select_80{width:81px;height:35px;}

/*绑定微信*/
.PopupBox_TitleStyleBg_500 {width:500px;overflow:hidden;}
.PopupBox_EditShops_SelectBox {width:auto;overflow:hidden;padding:0 20px 20px;}
.popup_code_downloadbox {width:100%;overflow:hidden;}
.shop_info {width:auto;overflow:hidden;text-align:center;color: #666; font-size:14px; background:#FFFFDC;border:1px solid #F1CF8E;padding:5px;margin-top:20px;}
.popup_code_download {width:100%;overflow:hidden;}
.popup_code_hint {width:100%;overflow:hidden;font-size:22px; padding:15px 0;text-align:center;}
.popup_code {width:222px;height:222px;margin:0 auto 10px;}


.black_button{ padding:6px 30px; color:#fff; font-size:18px; border-radius:3px; background-color:#384050;  }
.black_button:hover{ background-color:#252a34; text-decoration:underline;  }


/************************O2O_Store版支付页面*****************************/
.popup_payment{width:auto;overflow:hidden;padding:10px;font-size:14px;}
.popup_payment .points_pay{margin-top:0px;position:relative;}
/*.popup_payment .points_paybtn{width:100%;height:42px;overflow:hidden;position:absolute;bottom:0px;left:0;}
.popup_payment .points_paybtn a{position:absolute;right:20px;background:#3c8efe;color:#fff;top:15px;}*/
.popup_payment .store_agreement:hover { text-decoration:underline;}
.popup_payment .payment_hint{width:auto;overflow:hidden;background:#ffffe8;border:1px solid #cfc2a0;color:#7b8491;line-height:20px;padding:5px 10px;margin-bottom:10px;}
.popup_payment .payment_usebg{width:100%;overflow:hidden;padding-bottom:13px;position:relative;}
.popup_payment .payment_arrow{width:25px;height:14px;background:url(../imagess/appstore/icon_payment.png) no-repeat;position:absolute;bottom:0;left:20px;z-index:1;}
.popup_payment .payment_usebox{width:auto;overflow:hidden;padding:10px 10px 10px 120px;background:#eef2f3;border:1px solid #a7b5bf;position:relative;min-height:100px;}
.popup_payment .payment_useimg{width:100px;height:100px;position:absolute;top:10px;left:10px;}
.popup_payment .payment_useimg img{display:block;width:100px;height:100px;border-radius:10px;}
.popup_payment .payment_usetitle{width:100%;overflow:hidden;font-size:16px;color:#00ad66;}
.popup_payment .payment_usetitle span{width:auto;overflow:hidden;font-size:12px;color:#3c8efe;background:#fff;border-radius:3px;padding:0 10px;}
.popup_payment .payment_usepoints{width:100%;overflow:hidden;padding:5px 0;}
.popup_payment .payment_usepoints span{width:auto;overflow:hidden;float:left;padding:0 10px;line-height:20px;color:#fff;font-size:12px;background:#a8b7c1;border-radius:3px;margin:5px 0;}
.popup_payment .payment_useattr{width:auto;overflow:hidden;background:#fff;border:1px solid #a7b5bf;padding:10px;}
.popup_payment .payment_select{width:100%;overflow:hidden;}
.popup_payment .payment_select li{width:auto;overflow:hidden;padding:0 0 1px 21px;margin-right:15px;float:left;position:relative;cursor:pointer;}
.popup_payment .payment_select li .radiobox{position:absolute;top:2px;left:0;}
.popup_payment .payment_select li.checked .radiobox{background:url(../imagess/appstore/icon_checkbox.png) no-repeat -16px -16px;}
.popup_payment .payment_selectinfo{width:auto;overflow:hidden;padding-top:10px;display:inline-block;}
.popup_payment .payment_selectinfo li{width:auto;overflow:hidden;float:left;padding:0 25px;background:#eef2f3;border:1px solid #a8b6bf;line-height:25px;margin-right:5px;color:#565656;cursor:pointer;}
.popup_payment .payment_selectinfo li:hover {text-decoration:underline;}
.popup_payment .payment_selectinfo li.checked{background:#00ad66;border-color:#00ad66;color:#fff;}
.popup_payment .order_payment .payment_selectinfo li { color:#a8b6bf;}
.popup_payment .order_payment .payment_selectinfo li:hover {text-decoration:none;}
.popup_payment .order_payment .payment_selectinfo li.checked { color:#fff;}
.popup_payment .payment_selectinfo .selectinfo_custom{padding:0;}
.popup_payment .payment_selectinfo .selectinfo_custom span{display:block;width:22px;float:left;padding:0;text-align:center;font-size:25px;color:#9daeb9;}
.popup_payment .payment_selectinfo .selectinfo_custom em{display:block;width:auto;padding:0 10px;background:#fff;float:left;border-left:1px solid #a8b6bf;border-right:1px solid #a8b6bf;}
.popup_payment .payment_selectinfo .selectinfo_custom.checked{border:1px solid #3c8efe;line-height:25px;outline:none;}
.popup_payment .payment_selectinfo .selectinfo_custom.checked span{color:#fff;}
.popup_payment .payment_selectinfo .selectinfo_custom.checked em{color:#565656;border-color:#3c8efe;}
.popup_payment .payment_payprice{width:100%;overflow:hidden;color:#575656;font-size:14px;padding-bottom:5px;}
.popup_payment .payment_payprice span{font-size:25px;font-weight:bold;color:#00AD66;}
.popup_payment .payment_payprice em{font-size:14px;font-weight:normal;}
.popup_payment .payment_choosebox{width:100%;overflow:hidden;margin-bottom:10px;}
.popup_payment .payment_choose{width:auto;overflow:hidden;float:left;padding:5px 15px;background:#eef2f3;border:1px solid #a7b5bf;}
.popup_payment .payment_choose .payment_select{float:left;width:auto;}
.popup_payment .payment_choose .payment_select li{line-height:30px;}
.popup_payment .payment_choose .payment_select li .radiobox{position:absolute;top:6px;}
.popup_payment .payment_input { width: auto; overflow: hidden; float: left; display: none; }
.popup_payment .payment_input input{width:200px;height:28px;border:1px solid #a9b6c0;background:#fff;display:block;float:left;padding:0 5px;}
.popup_payment .payment_input a{display:block;width:60px;height:30px;background:#00ad66;text-align:center;line-height:30px;color:#fff;margin-left:10px;float:left;}

.popup_payment .Pay_Payment_content .available_app_points_box { font-size: 15px; }
.popup_payment .Pay_Payment_content .available_app_points_value { color: #777;margin-left:10px; display:block;float:left;line-height:34px;font-size:14px;}

/*单选 radiobox*/
.zystore_content .radiobox,.popup .radiobox{display:block;width:16px;height:16px;background:url(../imagess/appstore/icon_checkbox.png) no-repeat 0 -16px}
/*多选 checkbox*/
.zystore_content .checkbox,.popup .checkbox{display:block;width:16px;height:16px;cursor:pointer;background:url(../imagess/appstore/icon_checkbox.png) no-repeat 0 0}

/*点数充值*/
.points_title{border-bottom:none;color:#081627;margin:0;padding:0;}
.points_topupbgbox{width:100%;overflow:hidden;padding-top:10px;}
.points_topuplistbox{width:20%;overflow:hidden;float:left;position:relative;padding-bottom:13px;}
.points_topuplist{width:auto;overflow:hidden;padding:1px;border:1px solid #A6B4BE;margin-right:15px;position:relative;cursor:pointer;}
.points_topuplistbox:nth-child(5n+0) .points_topuplist {margin-right:0px;}
.points_topuplistbox:nth-child(5n+0) .points_checked {margin-right:0px;}
.points_topupbg{width:100%;overflow:hidden;padding-top:15px;}
.points_topupbox{float:left;position:relative;left:50%; }
.points_topup{color:#87969f;position:relative;left:-50%;padding-left:24px;font-size:30px;background:url(../imagess/appstore/points_price.png) no-repeat left center;background-size:auto 20px;}
.points_topup strong{font-weight:bold;}
.points_topup span{font-size:14px;}
.points_topup em{display:block;font-size:14px;}
.points_topupsale{width:95px;height:23px;padding:0 10px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;border-radius:500px;background:#eef2f3;border:1px solid #eef2f3;text-align:center;line-height:23px;font-size:14px;color:#748590;margin:5px auto 15px;}
.points_checked{width:auto;height:16px;background:url(../imagess/appstore/icon_btmarrow.png) no-repeat center bottom;position:absolute;bottom:-1px;left:0;right:0; display:none;margin-right:15px;}
.points_topuplistbox.checked .points_topuplist{border:2px solid #00AD66;padding:0;background:#00AD66;}
.points_topuplistbox.checked .points_topup{color:#fff;background:url(../imagess/appstore/points_pricechecked.png) no-repeat left center;background-size:auto 20px;}
.points_topuplistbox.checked .points_checked{display:block;}
.points_topuplistbox.checked .points_topupsale{border:1px solid #fff;color:#fff;background:#00AD66;}
.points_topuplistbox:first-child .points_topuplist{margin-left:0;}
.points_pay{width:auto;/*overflow:hidden;*/border:1px solid #a6b4be;background:#fff;margin-top:5px;position:relative;padding-bottom:66px;}
.points_paypricebg{width:100%;overflow:hidden;background:#f6f8f9;line-height:40px;border-bottom:1px solid #a6b4be;padding-top:5px;}
.points_paypricebox{float:left;position:relative;left:50%;}
.points_payprice{position:relative;left:-50%;color:#575656;font-size:14px;}
.points_payprice span{font-size:25px;font-weight:bold;color:#00AD66;}
.points_payprice em{font-size:14px;font-weight:normal;font-style:normal;}
.points_payother{width:auto;overflow:hidden;line-height:40px;float:right;padding-right:10px;color:#00AD66;font-size:14px;}
.points_payother a{text-decoration:underline;color:#00AD66;}
.points_payment{width:100%;height:40px;background:#eef2f3;font-size:13px;position:relative;border-bottom:1px solid #a7b5bf;}
.points_payment .payment_title{width:auto;overflow:hidden;padding:0 50px 0 10px;float:left;line-height:40px;font-size:14px;}
.points_payment .payment_tab{width:710px;overflow:hidden;height:42px;position:absolute;bottom:-6px;left:145px;}
.points_payment .payment_tab a{display:block;width:110px;text-align:center;float:left;color:#605f5e;line-height:35px;}
.points_payment .payment_tab a.checked{color:#00AD66;font-size:16px;border:1px solid #a7b5bf;border-bottom:1px solid #fff;background:#fff;}
.points_paybtn{width:100%;overflow:hidden;position:absolute;bottom:0px;left:0;background:#F6F8F9;padding:10px 0;border-top:1px solid #A6B4BE;}
.points_agree{width:auto;overflow:hidden;padding-left:20px;padding-right:130px;line-height:35px;position:relative;float:right;margin-right:20px;color:#565656;font-size:14px;}
.points_agree .checkbox{position:absolute;top:10px;left:0;}
.points_agree .store_agreement {color:#00AD66;text-decoration:underline;}
.points_kjzf{width:auto;min-height:250px;/*overflow:hidden;*/margin:15px;/*text-align:center;*/line-height:100px;font-size:12px;color:#777;}
.points_paybtn a{display:block;width:120px;height:35px;background:#9d9d9d;color:#fff;text-align:center;line-height:35px;border-radius:3px;font-size:16px;position:absolute;right:0;top:0;text-shadow:none;}
.points_paybtn[checked] .points_agree .checkbox{background:url(../imagess/appstore/icon_checkbox.png) no-repeat -16px 0;}
.points_paybtn[checked] a{background:#00ad66;}
.points_clause{width:auto;overflow:hidden;border:1px solid #a5b3be;background:#F6F8F9;padding:15px;font-size:14px;line-height:30px;color:#565656;margin-top:15px;}
.points_clausetitle{width:100%;overflow:hidden;text-align:center;font-size:16px;color:#101c2d;}
/*.Pay_Payment_content{width:970px;padding:20px;position:relative}*/
.pay_Payment_button{width:970px;overflow:hidden;padding-left:20px;padding-right:20px;padding-bottom:20px;cursor:pointer;}
.pay_Payment_now{width:188px;height:56px;background:url(../imagess/appstore/pay_now.png);text-align:center;line-height:50px;font-size:27px;color:#793317;text-shadow:0px 1px 0px #fff;float:right}
.Pay_Payment_Weixin {width:200px;height:200px;margin:0 auto;padding:10px;}
.Pay_Payment_Weixi {width:170px;overflow:hidden;margin:0 auto;font-size:14px;color:#fff;background-color:#00ad66;border:1px solid #00ad66;border-radius:3px;padding:10px 10px 10px 80px;line-height:26px;background-image:url(../imagess/appstore/Pay_Payment_Weixin.png);background-repeat:no-repeat;background-position:16px 12px}
.Pay_Payment_Complete {width: auto;overflow: hidden;font-size: 20px;color: #999;line-height:34px;text-align:right;/*position: absolute;bottom: -40px;right: 220px;*/}
/* 支付中对话框 */
.Paying{width:400px;height:190px;border:2px solid #d1d1d1;background:#fff;position:relative}
.Paying_title{width:100%;overflow:hidden;line-height:30px;border-bottom:1px solid #c4c4c4;font-size:14px;text-indent:12px;color:#333333;background:#f3f3f3}
.Paying_content{width:345px;overflow:hidden;margin:0 auto;margin-top:20px;color:#333;line-height:18px;}
.Paying_submit{width:220px;overflow:hidden;margin:0 auto;margin-top:20px;}
.Paying_submit li{margin:0 5px;float:left}
.Paying_submit a{line-height:25px;display:block;padding:0 10px;border:1px solid #dddddd;border-radius:2px;background:#f5f5f5;color:#333}
.Paying_return{width:100%;overflow:hidden;margin-top:20px;text-indent:12px;}
.Paying_return a{color:#005ea7}
.Paying .icon_pay_close {position:absolute;top:8px;right:8px;cursor:pointer}
/*暂时采用筑云官网的样式  start*/
/*线下付款*/
.order_content_b,.buycart_content_footer{width:1140px;overflow:hidden;float:right;padding:10px 0 50px;}
.order_content_b {width:100%;overflow:hidden;margin-top:10px;padding:10px 0;border-top:1px dotted #888;border-bottom:1px dotted #888;}
.order_content_b li{width:auto;overflow:hidden;float:left;font-size:14px;color:#666;margin-right:10px;}
.order_content_b em {font-size:18px;color:#00AD66;font-style:normal;}
.order_content_b i {font-size:18px;color:#666;font-style:normal;}
.order_content_icon {width:50px;height:50px;background:url(../imagess/appstore/icon_order.png) no-repeat;position:absolute;top:20px;left:0px;background-size:50px 50px;}
.order_content_btn {width:100%;overflow:hidden;padding:15px 0 30px;}
.order_content_btn a {display:block;float:left;padding:0 15px;line-height:35px;border:1px solid #b9bfc6;font-size:14px;color:#666;border-radius:3px;}
.buycart_content_footer li{float:left;margin-top:10px;}
.buycart_content_footer a {color:#3c7bc5}
.order_content {width:1140px;overflow:hidden;padding-left:60px;position:relative;}
.order_content_a {width:100%;overflow:hidden;}
.order_submit_title {font-size:20px;color:#333;}
.order_submit_title #error_text{font-size:20px;color:#F00;padding:30px 0 10px 0;}
.order_content_pay {width:100%;overflow:hidden;margin:0 auto;font-size:14px;color:#929292;margin-top:10px;}
.order_content_pay em{font-size:16px;color:#E40000;padding:0px 5px;}
.order_pay_option {width:100%;overflow:hidden;margin:0 auto;border:1px solid #a1c8f7;background:#e2ecfa;margin-top:20px;padding:10px;}
.order_pay_option p{font-size:14px;color:#666;margin:10px 0;text-indent:15px;}

.order_pay:hover{text-decoration:underline}
.Buy_table .button_buy {width:105px;height:32px;margin:0 auto;text-align:center;line-height:30px;color:#793317;text-shadow:0px 1px 0px #fceac4;cursor:pointer}
.Buy_table input {width:170px;height:25px;}
.button_buy_two {width:52px;height:30px;text-align:center;float:left;line-height:30px;margin:3px 5px;color:#793317;text-shadow:0px 1px 0px #fceac4;cursor:pointer}
.button_buy_two:hover {text-decoration:underline}
.Order_ButtonBox {width:85px;overflow:hidden;margin:0 auto;}
.Order_ButtonBox .order_cancel {width:39px;height:22px;text-align:center;float:left;line-height:22px;color:#666;cursor:pointer;background:#f3f3f3;border:1px solid #999;border-radius:2px;margin-left:3px;}
.order_cancel {width:39px;height:22px;text-align:center;line-height:22px;color:#666;cursor:pointer;background:#f3f3f3;border:1px solid #999;border-radius:2px;}
.order_cancel:hover{text-decoration:underline}

.order_pay_button {width:1050px;overflow:hidden;margin:0 auto;}
.button_buy_type4 {width:190px;height:55px;margin-top:20px;font-size:27px;text-shadow:0px 1px 0px #fff;text-align:center;line-height:50px;color:#793317;cursor:pointer}
.button_buy_type4:hover {text-decoration:underline;}
/*暂时采用筑云官网的样式  end*/

/************************O2O_Store版支付页面End*****************************/

/**********************头部新加下拉框样式*******************************/

/*头部导航*/
.main_headerbox{width:auto;background:#fff;min-height:70px;}
.main_headerbox_navbox{overflow:hidden;margin:0 auto;background:url(../imagess/header_nav_arrow.png) no-repeat right center;padding-right:13px;}
.main_headerbox .Checked .main_headerbox_navbox{overflow:hidden;margin:0 auto;background:url(../imagess/header_nav_arrow_white.png) no-repeat right center;padding-right:13px;}
.main_headerbox .Checked .main_header_box_nav a{color:#3179cb;}
.main_headerbox a{ display:block; color:#666;text-decoration:none;}

/*下拉菜单*/
.main_header_nav_box_list_box{width:auto; height:auto; padding:12px 12px 26px 12px; background:#fff; position:absolute; top:110px; left:0px;z-index:99999;-moz-box-shadow:1px 1px 3px rgba(0,0,0,0.5); -webkit-box-shadow:1px 1px 3px rgba(0,0,0,0.5); box-shadow:1px 1px 3px rgba(0,0,0,0.5);}
.main_header_nav_box_list_box i{ display:block; width:19px; height:13px; position:absolute; top:-13px; left:56px;background:url(../imagess/header_arrow.png) no-repeat;}
.main_header_nav_box_list_product_box{ width:auto; float:left; }
.main_header_nav_box_list_product_box ul {width:111px;overflow:hidden;float:left;}
.main_header_nav_box_list_product_box ul li{border-bottom:1px dashed #9c9c9c; position:relative;}
.main_header_nav_box_list_product_box ul li .icon01{background-position:0 0; }
.main_header_nav_box_list_product_box ul li .icon02{background-position:0 -33px;}
.main_header_nav_box_list_product_box ul li .icon03{background-position:0 -66px;}
.main_header_nav_box_list_product_box ul li .icon04{background-position:0 -99px;}
.main_header_nav_box_list_product_box h2{ font-size:26px; color:#96999f; line-height:60px; border-bottom:1px solid #8c8f94; text-align:left; margin-bottom:25px; }
.main_header_nav_box_list_text{ line-height:20px; text-align:left;}
.main_header_nav_box_list_text a{ font-size:16px; color:#666;line-height:50px;}
.main_header_nav_box_list_text a:hover{text-decoration:underline; }
.main_header_nav_box_list_icon{ width:37px; height:33px; background:url(../imagess/header_list_icon.png) no-repeat;position:absolute; left:13px; top:15px;display:none;}

/*--------------------------------------------导航合并下拉菜单-------------------------------------------------------------------*/
.header_nav_listbox{ width:220px; height:auto;  overflow:hidden; float:left;}
.header_nav_listbox h1.header_nav_listbox_title{ font-size:20px; color:#000; line-height:40px; border-bottom:1px solid #787878; text-align:left; margin-bottom:10px; }
.header_nav_listbox dl{ width:100%; height:auto;  overflow:hidden; line-height:50px; border-bottom:1px dashed #9c9c9c;  }
.header_nav_listbox dl dt{ float:left; }
.header_nav_listbox dl dd{ float:right; text-align:right; }
.header_nav_listbox dl a{ font-size:16px; color:#666; }
.header_nav_listbox dl a:hover{ text-decoration:underline;}
.header_nav_listbox02{ float:right; margin-left:20px; width:220px }
.header_nav_listbox02 h1.header_nav_listbox_casetitle{  margin-bottom:20px;}
.header_nav_listbox02 h1.header_nav_listbox_casetitle a{ font-size:20px; color:#000;}
.header_nav_listbox02 ol{ width:100%; height:auto;  overflow:hidden; line-height:50px; border-bottom:1px dashed #9c9c9c;  }
.header_nav_listbox02 ol li{float:left; /*max-width:108px;*/ min-width:82px; text-align:left; margin-right:17px;  }
.header_nav_listbox02 ol li a{  font-size:16px; color:#666; }
.header_nav_listbox02 ol li:last-child{ margin-right:0;}
/***********************头部新加下拉框样式End******************************/

/**********************应用市场*******************************/
.app_stroe_iframe {position: absolute;top: 0px;left: 0px;width: 767px;height: 1080px;transform: scale(0.536);-webkit-transform: scale(0.536);transform-origin: top left;-ms-transform: scale(0.536);-ms-transform-origin: top left;-o-transform: scale(0.536);
					-o-transform-origin: top left;-moz-transform: scale(0.536);-moz-transform-origin: top left;-webkit-transform: scale(0.536);-webkit-transform-origin: top left;}
/**********************应用市场End*******************************/

/*官网二维码登录弹出框开始*/
.popup_bgbox{width:380px; min-height:340px; overflow:hidden; padding:20px; background:#fff; box-shadow:0 0 10px rgba(0,0,0,0.2); position:relative; }
.popup_main{ text-align:center; padding-top:30px;}
.popup_codebox{ width:auto; height:auto; padding:10px; border:1px solid #f9f9f9; overflow:hidden; *display:inline; display:inline-block; margin:0 auto;}
.popup_codebox img{ width:220px; height:220px; }
.popup_pcbox  a {display: block;width: 200px;height:60px; overflow: hidden;line-height: 56px; padding: 0 35px;color: #fff; background: #00ad66; border-radius: 50px; font-size: 32px;margin: 90px auto 0;cursor:pointer;}
.popup_textbox{ width:auto; height:auto; margin-top:20px; overflow:hidden; font-size:16px; color:#333; }
.popup_textbox p span{ color:#3179cb;}

.popup_operationbox{ width:auto; height:auto; padding-bottom:34px; border-bottom:1px dashed #e9e9e9; overflow:hidden; text-align:center; }
.popup_oper_icon{ display:block; width:90px; height:90px; background:url(../imagess/icon.png) no-repeat center center; background-size:cover; margin:0 auto;}
.popup_operationbox h6{ font-size:24px; color:#333; text-align:center; padding:20px 0;}
.popup_operationbox h5 a{ font-size:16px; color:#3179cb; text-decoration:underline;}
.popup_oper_hint{ font-size:16px; color:#777; line-height:28px; text-align:left; margin-top:20px;}

.popup_titlebox{ position:relative; height:auto; width:100%; overflow:hidden;}
.popup_title{ float:left;font-size:20px; color:#333; clear:both;}
.popup_login_iconbox{ float:right; margin-right:-25px;}
.popup_login_iconbox .popup_login_wx_icon{ display:block; width:40px; height:40px; background:url(../imagess/login_icon_code.png) no-repeat; background-size:40px 40px; cursor:pointer;}
.popup_login_iconbox .popup_login_pc_icon{ display:block; width:40px; height:40px; background:url(../imagess/login_icon_pc.png) no-repeat; background-size:40px 40px; cursor:pointer;}

.popup_hintbg{ padding:4px 8px;background: #cfffeb; border: 1px solid #00ad66; position:relative; top:-36px; right:70px; }
.popup_hintbg h6{ font-size:12px; color:#00ad66; }
.popup_arrowbox{position:absolute; top:50%; right:0px; margin-top:-6px;}
.popup_arrowbox b,.popup_arrowbox em{border-width:6px;	border-style:dashed dashed dashed solid; border-color: transparent transparent transparent #3179cb; width:0; height:0;	font-size:0; position:absolute;	top:0; left:0;}
.popup_arrowbox em{left:-1px; border-left-color:#cfffeb;}

/*官网二维码登录弹出框结束*/

/**********************应用生成新闻内容样式*******************************/
.SupportArticle_Content .app_new_content {font-size: 16px;line-height:2.0;color: #535353; }
.SupportArticle_Content .app_new_img {    width: 600px; height: auto; overflow: hidden; font-size: 16px; text-indent: 28px; line-height: 1.5; color: #535353; }
.SupportArticle_Content .app_new_img img{ width:100%}
.SupportArticle_Content .app_new_img span{text-align: center;display: block;margin: 10px 0;}
/**********************应用应用生成新闻内容样式*******************************/


/*****************************二维码图片支付样式********************************/
.alipay_codebox{ width:auto; height:auto; position:absolute; top:0; right:95px; }
.alipay_code{width:180px; height:180px; padding:10px; margin:20px auto 0;}
.Pay_Payment_AliPay{ width:120px; background-size:40px 40px; line-height:23px; padding:4px 10px 4px 70px;background-position: 16px 8px;}
/*微信支付*/
	/*通用版*/
	.weixin_alipay_code_0 {background-size: cover;width: auto;height: 180px;background-image:url(../imagess/receipt_code/weixin_code/tongyong.png)}
	/*正式版*/
	.weixin_alipay_code_390000 {background-size: cover;width: auto;height: 180px;background-image:url(../imagess/receipt_code/weixin_code/zhengshiban_3900.png)}
	/*企业版*/
	.weixin_alipay_code_680000 {background-size: cover;width: auto;height: 180px;background-image:url(../imagess/receipt_code/weixin_code/qiyeban_6800.png)}
	/*企业版优惠500*/
	.weixin_alipay_code_630000 {background-size: cover;width: auto;height: 180px;background-image:url(../imagess/receipt_code/weixin_code/qiyeban_6300.png)}
	/*企业版优惠600*/
	.weixin_alipay_code_620000 {background-size: cover;width: auto;height: 180px;background-image:url(../imagess/receipt_code/weixin_code/qiyeban_6200.png)}
	/*企业版优惠800*/
	.weixin_alipay_code_600000 {background-size: cover;width: auto;height: 180px;background-image:url(../imagess/receipt_code/weixin_code/qiyeban_6000.png)}
	/*旗舰版*/
	.weixin_alipay_code_880000 {background-size: cover;width: auto;height: 180px;background-image:url(../imagess/receipt_code/weixin_code/qijianban_8800.png)}
	/*旗舰版优惠800*/
	.weixin_alipay_code_800000 {background-size: cover;width: auto;height: 180px;background-image:url(../imagess/receipt_code/weixin_code/qijianban_8000.png)}
	/*旗舰版优惠1000*/
	.weixin_alipay_code_780000 {background-size: cover;width: auto;height: 180px;background-image:url(../imagess/receipt_code/weixin_code/qijianban_7800.png)}
	/*旗舰版优惠1200*/
	.weixin_alipay_code_760000 {background-size: cover;width: auto;height: 180px;background-image:url(../imagess/receipt_code/weixin_code/qijianban_7600.png)}


/*支付宝支付*/
	/*通用版*/
	.alipay_code_0 {background-size: cover;width: auto;height: 180px;background-image:url(../imagess/receipt_code/zhifubao_code/tongyong.png)}
	/*正式版*/
	.alipay_code_390000 {background-size: cover;width: auto;height: 180px;background-image:url(../imagess/receipt_code/zhifubao_code/zhengshiban_3900.png)}
	/*企业版*/
	.alipay_code_680000 {background-size: cover;width: auto;height: 180px;background-image:url(../imagess/receipt_code/zhifubao_code/qiyeban_6800.png)}
	/*企业版优惠500*/
	.alipay_code_630000 {background-size: cover;width: auto;height: 180px;background-image:url(../imagess/receipt_code/zhifubao_code/qiyeban_6300.png)}
	/*企业版优惠600*/
	.alipay_code_620000 {background-size: cover;width: auto;height: 180px;background-image:url(../imagess/receipt_code/zhifubao_code/qiyeban_6200.png)}
	/*企业版优惠800*/
	.alipay_code_600000 {background-size: cover;width: auto;height: 180px;background-image:url(../imagess/receipt_code/zhifubao_code/qiyeban_6000.png)}
	/*旗舰版*/
	.alipay_code_880000 {background-size: cover;width: auto;height: 180px;background-image:url(../imagess/receipt_code/zhifubao_code/qijianban_8800.png)}
	/*旗舰版优惠800*/
	.alipay_code_800000 {background-size: cover;width: auto;height: 180px;background-image:url(../imagess/receipt_code/zhifubao_code/qijianban_8000.png)}
	/*旗舰版优惠1000*/
	.alipay_code_780000 {background-size: cover;width: auto;height: 180px;background-image:url(../imagess/receipt_code/zhifubao_code/qijianban_7800.png)}
	/*旗舰版优惠1200*/
	.alipay_code_760000 {background-size: cover;width: auto;height: 180px;background-image:url(../imagess/receipt_code/zhifubao_code/qijianban_7600.png)}

/*****************************二维码支付样式End********************************/
/*------------------------------以下是 功能页面 新增样式------------------------------------------------------------------------*/

.white_bg{ width:100%; height:auto; padding:60px 0; background:#fff; overflow:hidden;}
.gray_bg{ width:100%; height:auto; padding:60px 0; background:#f2f2f2; overflow:hidden;}
.website_buttonbox{margin:40px auto 0; overflow:hidden;  width: 302px; text-align:center;}
.website_buttonbox a{ float:left; margin:0 6px; width:138px;}

/*banner*/
.sup_bannerbox{ width:100%; height:295px; background:url(../imagess/App_banner.jpg) no-repeat top center; overflow:hidden;}
.sup_banner{ width:1200px; height:auto; margin:0 auto;}
.sup_banner_text{color:#3b3b3b; margin-top:44px; overflow:hidden; }
.sup_banner_text h1{ font-size:46px; line-height:69px; font-weight:bold; }
.sup_banner_text h1 span{ font-weight:normal; }
.sup_banner_text p{ font-size:18px; line-height:28px; width:500px; }
.sup_banner_btn{ width:100%; padding-top:25px; overflow:hidden;}
.sup_banner_btn li{ float:left; margin-right:16px; }
.sup_banner_btn li a{ border:2px solid #3b3b3b; border-radius:5px; font-size:20px; line-height:38px; padding:0 18px; display:block; color:#3b3b3b; }

/*-----------------------功能列表------------------------*/
.main_white_bg{ width:100%; height:auto; background:#fff; overflow:hidden;}
.store_online_selectbox{width:1200px; height:64px; overflow:hidden; margin:0 auto;position:relative;margin-top:30px;}
.functionlist_line{width:100%; height:2px; background:#e0e0e0; position:absolute; top:31px; left:0; z-index:1;}
.functionlist_tabbg{width:100%;height:64px;position:absolute;top:0;left:0;z-index:2;}
.functionlist_tabbox{width:472px;height:44px;background:#fff;border:10px solid #fff;  margin:0 auto;}
.functionlist_tab_list{width:472px;height:40px;border:2px solid #00ad66;border-radius:8px;overflow:hidden;}
.functionlist_tab_list li{float:left;text-align:center;border-right:2px solid #00ad66;width:156px;line-height:40px;cursor:pointer;}
.functionlist_tab_list li:last-child{ border-right:none;}
.functionlist_tab_list li a{font-size:20px; color:#00ad66; display:block;}
.functionlist_tab_list li.current{background:#00ad66;}
.functionlist_tab_list li.current a{ color:#fff;}
.functionlist_tab_list li:hover{ text-decoration:underline;}
.functionlist_titlebg{width:977px;overflow:hidden;margin:30px auto 0; border-bottom:2px solid #f2f2f2;}
.functionlist_title{width:552px;overflow:hidden;margin:0 auto;}
.functionlist_title li{width:138px;overflow:hidden;line-height:52px;float:left;font-size:20px;text-align:center;padding-bottom:10px; cursor:pointer; }
.functionlist_title li.current{ font-size:25px; color:#00ad66; border-bottom:2px solid #00ad66;}
.function_tablelist_bg{ width:977px; height:auto; margin:0 auto; padding-bottom:50px;}
.function_module_box{ width:977px; height:auto; margin:0 auto; overflow:hidden;}
.function_module_title{ font-size:26px; color:#333; padding:20px 0;}
.function_module_tablebox{ width:100%; background-color:#fff; overflow:hidden;}
.function_module_tablebox table{ width:100%; border-collapse:collapse;}
.function_module_tablebox table tr{ border:1px solid #e5e5e5;}
.function_module_tablebox table th{ background-color:#f2f2f2; text-align:left; text-indent:36px; color:#333; font-size:16px; font-weight:normal; line-height:40px; border:1px solid #e5e5e5;}
.function_module_tablebox table td{ border:1px solid #e5e5e5; font-size:14px; color:#777; padding:5px; height:34px; padding-left:36px;}

.index_function_mianboxbg .store_online_selectbox{ margin-top:-20px;}

/*-----------------------应用列表------------------------*/
.applist_mainbox{ width:977px; margin:0 auto; height:auto; overflow:hidden;}
.applist_main_title{ width:100%; text-align:center; overflow:hidden;}
.applist_main_title h2{ color:#000; font-size:40px; overflow:hidden; width:100%; }
.applist_main_title h5{ color:#000; font-size:20px; padding:10px 0; }
.applist_icon{ width:54px; height:54px; border-radius:8px; border:1px solid rgba(0,0,0,0.1); background:url(../imagess/icon_sjfx.png) no-repeat center center; overflow:hidden; margin:0 auto 10px; background-size:100%; }
.applist_icon img{ width:54px; height:54px; }

.applist_main_subtitle_box{ width:100%; height:auto; overflow:hidden; text-align:center;}
.applist_main_subtitle{ width:auto; height:auto; max-height:78px; overflow:hidden; }
.applist_main_subtitle pre{ font-size:15px; color:#999; line-height:26px; word-wrap: break-word;white-space: pre-wrap;}
.applist_main_subtitle_box a{ color:#00ad66; text-decoration:underline; display:inline-block; *display:inline; padding-top:8px; }
.applist_main_img_box{ width:100%; height:auto; overflow:hidden; margin:30px auto 0; }
.applist_main_img_box ul{ width:100%; height:188px; overflow:hidden; text-align:center; }
.applist_main_img_box ul li{ width:306px; height:172px; padding:5px; margin:0 7px; border:1px solid #e1e1e1; display:inline-block; *display:inline; vertical-align:middle;}
/*.applist_main_img_box ul li:first-child{ margin-left:0;}
.applist_main_img_box ul li:last-child{ margin-right:0;}*/
.applist_main_img_box ul li img{ width:auto; height:172px; max-width:306px; overflow:hidden; margin:0 auto; }

.app_list_tabbox{ width:977px; height:auto; background:url(../imagess/line_bg.png) no-repeat center bottom; padding-bottom:26px; margin:30px auto 0; overflow:hidden;}
.app_list_subtitlebox{ float:left; width:70%;}
.app_list_subtitlebox h5{ font-size:20px; color:#000; float:left; line-height:24px;}
.app_list_subtitlebox h5 span{ font-size:14px; color:#999;}
.app_list_subtitlebox ul{ float:left; width:auto; height:auto; overflow:hidden; text-align:center; margin-top:6px;}
.app_list_subtitlebox ul li{display:inline-block; _display:inline; border:1px solid #dcdcdc; margin:0 2px; cursor:pointer; border-radius:3px; padding:0px 6px; color:#999;}
.app_list_subtitlebox ul li.current{ background-color:#00ad66; border:1px solid #00ad66; border-radius:3px; color:#fff; }
.app_list_subtitlebox ul li.ellipsis{ border:none;padding:0; }
.app_list_searchbox{ float:right; width:26%;}
.app_list_search_input{ width:250px; height:32px; border:1px solid #d5d5d5; border-radius:5px; background-color:#fff; overflow:hidden;}
.input_200{ float:left; width:200px; padding-left:4px; border:0; font-size:14px; color:#c7c7c7; line-height:32px;}
.app_list_search_input span{ float:right; width:46px; height:32px; background:url(../imagess/search_icon.png) no-repeat center center;}
.applist_toggle_numerbox{ width:100%; margin:0 auto; text-align:center; margin-top:20px;margin-bottom:50px;}
.applist_toggle_numerbox ul li{ display:inline-block; _display:inline; border:1px solid #dcdcdc; margin:0 2px; cursor:pointer; border-radius:3px;}
.applist_toggle_numerbox ul li a{ display:block; color:#777; padding:4px 12px; }
.applist_toggle_numerbox ul li.current{ background-color:#00ad66; border:1px solid #00ad66; border-radius:3px; }
.applist_toggle_numerbox ul li.current a{ color:#fff; }
.applist_toggle_numerbox ul li.ellipsis{ border:none; }
.applist_toggle_numerbox{ margin-top:30px;}


/*-----------------------功能列表------------------------*/
.update_inform_mainbox{ width:977px; height:auto; overflow:hidden; margin:20px auto 40px;}
.update_inform_main ul li{ width:100%; height:auto; padding:15px 0; overflow:hidden; border-bottom:1px solid #e0e0e0;}
.update_useinfo{ float:left; width:164px; padding-right:30px; overflow:hidden; position:relative; padding-left:90px;}
.useicon{ width:78px; height:78px; border:1px solid rgba(0,0,0,0.2); overflow:hidden; position:absolute; top:0; left:0; border-radius:10px;}
.useicon img{ width:78px; height:78px;}
.usename h2{ font-size:18px; color:#000; width:100%; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; }
.usedeve{ font-size:14px; color:#777; width:100%; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; line-height:24px; padding:2px 0 0px; }
.usestate{ font-size:14px; color:#777; width:100%; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; line-height:24px; }
.update_content{ float:left; width:693px; overflow:hidden; position:relative;}
.update_content_title{ font-size:18px; color:#00ad66; line-height:30px; padding-bottom:4px;}
.update_content_describe{ width:100%; height:auto; /*overflow:hidden;*/ position:relative;}
.update_content_describe_max_height {max-height: 90px;overflow:hidden;}
/*.update_content_describe span{ font-size:14px; color:#00ad66; text-decoration:underline; position:absolute; bottom:0; right:0; cursor:pointer;}*/
/*.update_content_describe p{ font-size:14px; color:#777; line-height:28px;}*/
.update_content_describe pre{ font-size:14px; color:#777; line-height:28px; white-space: pre-wrap; word-wrap: break-word;}
.update_content_img{ width:auto; height:auto; overflow:hidden; margin-top:10px; width:693px;height:102px;}
.update_content_img ul li{ float:left; width:162px; height:92px; padding:4px; margin-right:8px; border:1px solid #e1e1e1; cursor:pointer; }
.update_content_img ul li:last-child{ margin-right:0;}
.update_content_img ul li img{ width:auto; height:92px; max-width:162px; overflow:hidden; margin:0 auto;}
.update_content_more{ font-size:14px; color:#00ad66; text-decoration:underline; position:absolute; bottom:90px; right:0; cursor:pointer;}

/*-----------------------应用详情------------------------*/
.details_useinfo_box{ width:100%; height:auto; overflow:hidden; padding-bottom:36px; padding-top:30px; border-bottom:1px solid #e0e0e0;}
.details_useinfo_icon{ float:left; width:125px; height:125px; border-radius:15px; border:1px solid rgba(0,0,0,0.1); overflow:hidden; margin-right:24px;}
.details_useinfo_icon img{ width:125px; height:125px;}
.details_useinfo_info{ width:826px; height:auto; float:left; overflow:hidden; position:relative; }
.useinfo_info{ width:auto; max-width:500px; height:auto;}
.useinfo_info h2{ font-size:28px; color:#000; padding-bottom:5px; line-height:50px;}
.useinfo_info p{ font-size:16px; color:#777; line-height:28px; }
.useinfo_staricon_box{ position:absolute; top:20px; right:0; text-align:right;}
.useinfo_staricon_box ul{ padding-bottom:14px; overflow:hidden;}
.useinfo_staricon_box ul li{ width:23px; height:21px; background:url(../imagess/star_gray.png) no-repeat center center; margin-left:4px; float:left;}
.useinfo_staricon_box ul li.star_check{ background:url(../imagess/star_yellow.png) no-repeat center center;}
.useinfo_staricon_box span{ font-size:14px; color:#777; }
.details_appinfo_box{ width:auto; height:auto; padding:26px 0 0; overflow:hidden; position:relative;}
.details_appinfo_box h5{ font-size:20px; color:#000; padding-bottom:10px;}
.details_appinfo_box pre{  font-size:14px; color:#777; line-height:32px; white-space: pre-wrap;word-wrap: break-word; }
/*.details_appinfo{ width:auto; height:auto; overflow:hidden; position:relative;}*/
.details_appinfo ul li{ font-size:14px; color:#777; line-height:32px; padding-left:10px; background:url(../imagess/circle_icon.png) no-repeat left center;}
.details_appinfo ul li.un_circle{ padding-left:0; background:none;}
.more_btn{ position:absolute; top:40px; right:0; font-size:14px; color:#00ad66; padding-right:18px; cursor:pointer;}
.more_btn .arrow_icon{ width:12px; height:7px; background:url(../imagess/arrow_icon.png) no-repeat 0 -9px; display:block; position:absolute; top:6px; right:0;}
.details_appinfo_version{ position:relative; width:auto; height:88px; overflow:hidden; padding:14px 0 0;}
.details_appinfo_version dt{ font-size:14px; color:#00ad66; padding-bottom:8px;}
.details_appinfo_version dt span{ margin-right:20px;}
.details_appinfo_version .more_btn{ position:absolute; top:0px; right:0; font-size:14px; color:#00ad66; padding-right:18px; cursor:pointer;}
.details_appinfo_version .more_btn em{ width:12px; height:7px; background:url(../imagess/arrow_icon.png) no-repeat 0 -9px; display:block; position:absolute; top:6px; right:0;}
.details_appinfo_version .more_btn em.arrow_icon_close{background:url(../imagess/arrow_icon.png) no-repeat 0px 0px;}
.details_appinfo_version dd{ font-size:14px; color:#777; line-height:30px; padding-left:30px;}
.update_imgbox{ width:955px; height:540px; padding:10px; border:1px solid #e0e0e0; overflow:hidden; background-color:#fff; margin-top:16px;}
.update_imgbox ul{ width:8000%; height:540px;}
.update_imgbox ul li{ width:957px; height:540px; float:left; position:relative; margin-right:10px; }
.update_imgbox ul li img{height:540px; position:absolute; width:auto; max-width:955px; right:0; left:0; margin:auto; border:1px solid #e0e0e0; background:#fff;}
.img_bgbox{ width:955px; height:50px; position:absolute; bottom:-1px; left:1px; background:url(../imagess/img_bg.png) repeat-x; z-index:1;}
.img_name{ float:left; padding-left:30px; font-size:16px; color:#fff; padding-top:18px;}
.img_number{ float:right; padding-right:30px; font-size:16px; color:#fff; padding-top:18px;}
.img_number b{ font-size:20px; color:#fff; font-weight:bold;}
.update_smallimgbox{ width:auto; height:auto; overflow:hidden; margin-top:20px; position:relative;}
.update_smallimg{ width:796px; height:68px; margin:0 auto; overflow:hidden; }
.update_smallimg ul{ width:800%;}
.update_smallimg ul li{ width:113px; height:64px; margin:0 5px; display:inline-block; *display:inline;border:2px solid #e0e0e0; vertical-align:middle; }
.update_smallimg ul li img{ width:auto; height:64px; overflow:hidden; max-width:113px; margin:0 auto;}
.update_smallimg ul li.current{ border:2px solid #00ad66;}
.small_arrow_l{ width:90px; height:auto; padding-top:20px; position:absolute; left:0; top:0; cursor:pointer;}
.small_arrow_l em{ display:block; width:16px; height:29px; background:url(../imagess/img_arrow.png) no-repeat 0 0; margin:0 auto;}
.small_arrow_l:hover em{ width:16px; height:29px; background:url(../imagess/img_arrow.png) no-repeat 0 -31px;}
.small_arrow_r{ width:90px; height:auto; padding-top:20px; position:absolute; right:0; top:0; cursor:pointer;}
.small_arrow_r em{ display:block; width:16px; height:29px; background:url(../imagess/img_arrow.png) no-repeat -18px 0;  margin:0 auto;}
.small_arrow_r:hover em{ width:16px; height:29px; background:url(../imagess/img_arrow.png) no-repeat -18px -31px;}
.details_evaluate_bg{ width:100%; height:auto; padding:20px; background-color:#f6f6f6; overflow:hidden; margin-top:20px;}
.evaluate_infolistbox{ width:44%; border-right:1px solid #e0e0e0; float:left; height:auto; margin-left:80px;}
.evaluate_infolist{ width:auto; margin-bottom:10px; overflow:hidden;}
.evaluate_infolist:last-child{ margin-bottom:0;}
.evaluate_staricon{ float:left;}
.evaluate_staricon li{ float:left; width:19px; height:17px; background:url(../imagess/star_gray.png) no-repeat; background-size:cover;}
.evaluate_staricon li.check{ background:url(../imagess/star_yellow.png) no-repeat; background-size:cover;}
.evaluate_progress{ float:left; width:196px; height:12px; background-color:#e3e3e3; margin-left:5px; margin-top:4px;}
.evaluate_progress span{ width:80%; height:12px; display:block; background-color:#ff8a00;}
.evaluate_starbox{ width:30%; float:left; height:auto; overflow:hidden; padding-top:24px; margin-left:105px;}
.evaluate_starnote{ font-size:14px; color:#999;}
.starscore{ float:left; font-size:60px; color:#ff8a00; font-family:Arial, Helvetica, sans-serif;}
.starscore_box{ float:left; overflow:hidden; margin-top:12px; margin-left:8px; }
.starscore_box ul{ padding-bottom:7px; overflow:hidden;}
.starscore_box ul li{ float:left; width:19px; height:17px; background:url(../imagess/star_gray.png) no-repeat; background-size:cover; }
.starscore_box ul li.check{ background:url(../imagess/star_yellow.png) no-repeat; background-size:cover;}
.starscore_box span{ font-size:14px; color:#777; display:block; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;  }

.useeva_listbox .useeva_list{ width:auto; height:auto; padding:16px 0; border-bottom:1px solid #e0e0e0; overflow:hidden; }
.useeva_info{ width:100%; height:auto; overflow:hidden;}
.useeva_username{ float:left; width:76%; overflow:hidden;}
.useeva_username h6{ font-size:16px; color:#000; float:left;}
.useeva_username ul{ float:left; overflow:hidden; margin:5px 0 0 12px;}
.useeva_username ul li{ float:left; width:12px; height:11px; background:url(../imagess/star_gray.png) no-repeat; background-size:cover; }
.useeva_username ul li.check{ background:url(../imagess/star_yellow.png) no-repeat; background-size:cover;}
.useeva_timer{ float:right; width:20%; overflow:hidden; font-size:14px; color:#777; text-align:right }
.useeva_text{ font-size:14px; color:#777; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;  padding-top:10px;}


/*-----------------------更新通知 图片弹框------------------------*/
.popup_bg{ width:1000px; height:auto; background-color:#fff; box-shadow:rgba(0, 0, 0, 0.2) 0px 0px 10px; padding:20px 20px 20px;}
.popup_title{ width:100%; height:auto; padding-bottom:20px; position:relative;}
.popup_title h6{ font-size:26px; color:#2c323f; }
.popup_title span{ width:20px; height:20px; background:url(../imagess/popup_close.png) no-repeat center center; position:absolute; right:23px; top:10px; cursor:pointer; display:block; }

/*------------------------------以下是 小程序 新增样式----------------------------------------------------------------------*/
/**********************小程序 新增样式*******************************/
.white_bg{ width:100%; height:auto; padding:60px 0; background:#fff; overflow:hidden;}
.gray_bg{ width:100%; height:auto; padding:60px 0; background:#f2f2f2; overflow:hidden;}
.website_buttonbox{margin:40px auto 0; overflow:hidden;  width: 302px;}
.website_buttonbox a{ float:left; margin:0 6px; width:138px;}
/*banner*/
.sup_bannerbox{ width:100%; height:300px; background:url(../imagess/App_banner.jpg) no-repeat top center; overflow:hidden;}
.sup_banner{ width:1200px; height:auto; margin:0 auto;}
.sup_banner_text{color:#3b3b3b; margin-top:44px; overflow:hidden; }
.sup_banner_text h1{ font-size:46px; line-height:69px; font-weight:bold; }
.sup_banner_text h1 span{ font-weight:normal; }
.sup_banner_text p{ font-size:18px; line-height:28px; width:500px; }
.sup_banner_btn{ width:100%; padding-top:25px; overflow:hidden;}
.sup_banner_btn li{ float:left; margin-right:16px; }
.sup_banner_btn li a{ border:2px solid #3b3b3b; border-radius:5px; font-size:20px; line-height:38px; padding:0 18px; display:block; color:#3b3b3b; }

.wxopen_bannerbox{ width:100%; height:295px; background:url(../imagess/wxopen_banner.jpg) no-repeat top center; overflow:hidden;}
.wxopen_bannerbox .sup_banner_text{color:#fff; margin-top:44px; overflow:hidden; }
.wxopen_bannerbox .sup_banner_text h1{ font-size:46px; line-height:69px; font-weight:bold; color:#fff;}
.wxopen_bannerbox .sup_banner_text h1 span{ font-weight:normal; color:#fff;}
.wxopen_bannerbox .sup_banner_text p{ font-size:18px; line-height:28px; width:500px; color:#fff;}
.wxopen_bannerbox .sup_banner_btn{ width:100%; padding-top:25px; overflow:hidden;}
.wxopen_bannerbox .sup_banner_btn li{ float:left; margin-right:16px; }
.wxopen_bannerbox .sup_banner_btn li a{ border:2px solid #fff; border-radius:5px; font-size:20px; line-height:38px; padding:0 18px; display:block; color:#fff; }

.applist_mainbox{ width:1200px; margin:0 auto; height:auto; overflow:hidden;}
.smallprogram_titlebox{ width:100%; text-align:center; overflow:hidden;}
.smallprogram_titlebox h2{ color:#000; font-size:40px; overflow:hidden; width:100%; }
.smallprogram_titlebox h5{ color:#777; font-size:18px; padding:10px 0; line-height:32px; }
.smallprogram_titlebox h5 span{ color:#bbbbbb;}
.smallprogram_imgbox{ width:100%; height:auto; margin:26px auto 0; }
.smallprogram_imgbox img{ margin:0 auto;}
.smallprogram_functionlistbox{ width:100%; height:auto; overflow:hidden;}
.smallprogram_functionlist_2{width:708px; margin:45px auto 0; overflow:hidden; text-align:center;}
.smallprogram_functionlist{width:324px; float:left; margin-right:60px;}
.smallprogram_functionlist:last-child{ margin-right:0;}
.smallprogram_function_icon{ width:58px; height:55px; background:url(../imagess/wxp_icon.png) no-repeat; margin:0 auto;}
.smallprogram_function_icon01{ background-position:0 0; }
.smallprogram_function_icon02{ background-position:0 -56px;  }
.smallprogram_function_icon03{ background-position:3px -112px; }
.smallprogram_function_icon04{ background-position:0 -170px; }
.smallprogram_function_icon05{ background-position:0 -224px; }
.smallprogram_function_icon06{ background-position:0 -279px; }
.smallprogram_function_icon07{ background-position:0 -324px; background-size:97%; }
.smallprogram_function_icon08{ background-position:0 -391px; }
.smallprogram_function_icon09{ background-position:1px -446px; }
.smallprogram_function_icon10{ background-position:0px -501px; }
.smallprogram_function_name{ line-height:40px; font-size:18px; color:#222; padding-top:5px;}
.smallprogram_function_hint{width:100%; overflow:hidden; line-height:23px; font-size:14px; color:#777; }
.smallprogram_functionlist_3{ width:1100px; overflow:hidden; text-align:center; padding-top:45px; margin:0 auto;}
.smallprogram_functionlist_3 .smallprogram_functionlist{width:324px; overflow:hidden; float:left; margin-right:60px; }
.smallprogram_functionlist_3 .smallprogram_functionlist:last-child{ margin-right:0;}
/**********************小程序 新增样式结束*******************************/

/**********************分页 新增样式*******************************/
.pagelist .jump.disabled {pointer-events: none;background: #ddd;}
/**********************分页 新增样式结束*******************************/

/**********************美信友情链接*******************************/
.mx_links { width: 1200px;height: auto;margin: 0 auto 5px auto; overflow: hidden;  color: #777;}
.mx_links .youlian_title {float: left;width: 273px;text-align: right;  color: #777;}
.mx_links .links {width: 800px;float: left; height: auto;margin-left: 10px;  color: #777;}
.mx_links p { color: #777;text-decoration: none;}
.mx_links a { color: #777;text-decoration: none;}
.mx_links ul a{ color: #777;text-decoration: none;}

/**********************美信友情链接End*******************************/
