* {
    margin: 0;
    padding: 0;
}

body {
    width: 100%;
    overflow-x: hidden;
}

form,
input,
select,
div,
ul,
li,
p,
h,
h1,
h2,
h3,
h4,
em,
i {
    margin: 0;
    padding: 0;
    font-size: 12px;
    list-style-type: none;
    font-weight: normal;
    font-family: "微软雅黑";
    font-style: normal;
}

/*头部导航*/
.fhyx_newheader {
    width: 100%;
    height: 56px;
    position: relative;
    text-align: left;
    background: #ffffff;
    z-index: 1;
}

.fhyx_newheader_logo {
    float: left;
    width: 155px;
    height: 40px;
    background: url("../images/logo_hk.png") no-repeat;
    margin: 7px 0 0 24px;
    background-size: 100% 100%;
}

.fhyx_newheader_con {
    position: absolute;
    top: 12px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 820px;
    height: 32px;
}

.fhyx_newheader_con_c {
    float: left;
    width: auto;
    height: 32px;
    line-height: 32px;
    text-align: left;
    margin-right: 32px;
    font-size: 16px;
    color: #474747;
}

.fhyxhk_header_search {
    float: left;
    width: 268px;
    height: 32px;
    border-radius: 16px;
    border: solid 1px #eeeeee;
}

.fhyxhk_header_search_b {
    float: left;
    width: 100%;
    height: 100%;
}

#search_input {
    float: left;
    width: 220px;
    height: 32px;
    border: 0px;
    background: transparent;
    display: block;
    line-height: 32px;
    caret-color: #999999;
    color: #999999;
    font-size: 14px;
    outline: none;
    text-indent: 16px;
}

.search_icon {
    float: right;
    width: 48px;
    height: 32px;
    background-color: #eeeeee;
    border-radius: 0px 16px 16px 0px;
}

#search_sub {
    width: 32px;
    height: 32px;
    background: url(../images/fhyx_search_icon.png) no-repeat;
    float: left;
    margin-left: 6px;
    outline: none;
    border: 0px;
    cursor: pointer;
}

.fhyx_newheader_right {
    float: right;
}

.fhyx_newheader_login {
    float: left;
    width: auto;
    height: 32px;
    margin-right: 24px;
    margin-top: 12px;
}

#login_btn {
    float: left;
    width: 64px;
    height: 32px;
    border-radius: 16px;
    border: solid 1px #fa4d00;
    line-height: 32px;
    text-align: center;
    font-size: 16px;
    color: #fa4d00;
}

#user_info {
    float: left;
    width: auto;
    height: 32px;
    line-height: 32px;
    margin-right: 12px;
}

#user_info img {
    float: left;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    margin-right: 8px;
}

#user_info .username {
    float: left;
    width: auto;
    max-width: 122px;
    height: 32px;
    line-height: 32px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fa4d00;
    font-size: 14px;
}

#loginout_btn {
    float: left;
    width: 64px;
    height: 32px;
    border-radius: 16px;
    border: solid 1px #cccccc;
    line-height: 32px;
    text-align: center;
    font-size: 16px;
    color: #cccccc;
}

.fhyxhk_header_language {
    height: 28px;
    border-left: 1px solid #4a4a4a;
    cursor: pointer;
    float: left;
    margin-top: 14px;
    margin-right: 24px;
}

.fhyxhk_header_language_txt {
    float: left;
    width: 52px;
    height: 28px;
    line-height: 28px;
    font-size: 16px;
    text-align: center;
    color: #333333;
}

#select_language {
    float: left;
    width: 18px;
    height: 12px;
    background: url(../images/fhyx_header_language_iocn.png) no-repeat;
    margin-top: 9px;
}

/*右侧导航*/
.products_right_menu {
    position: fixed;
    bottom: 80px;
    right: 25px;
    z-index: 10;
    width: 100px;
    height: 392px;
}

.products_right_menu_ul {
    float: left;
    width: 100%;
    height: auto;
}

.products_right_menu_li {
    float: left;
    width: 72px;
    height: 72px;
    background-color: #ffffff;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    margin-bottom: 8px;
    position: relative;
}

.products_right_menu_li img {
    display: table;
    width: auto;
    height: auto;
    margin: 5px auto 0;
}

.products_right_menu_li p {
    display: table;
    width: 100%;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 12px;
    color: #666666;
}

.products_right_menu_li span {
    position: absolute;
    top: -4px;
    left: 50px;
    width: 51px;
    height: 20px;
    line-height: 20px;
    background-image: linear-gradient(180deg, #fa4d00 0%, #ffa200 100%);
    border-radius: 8px 8px 8px 0px;
    font-size: 12px;
    color: #ffffff;
    text-align: center;
}

.products_right_menu_li.activity img {
    margin-top: 0;
}

/*底部包含*/
.fhyx_footer {
    position: relative;
    z-index: 1;
    width: 100%;
    height: auto;
    background-color: #474747;
    display: table;
    margin-top: 100px;
}

.fhyx_footer_con {
    display: table;
    width: 1200px;
    height: 252px;
    margin: 0 auto;
}

.fhyx_footer_con_on {
    float: left;
    width: 120px;
    height: 150px;
    margin-top: 40px;
}

.fhyx_footer_con_on_title {
    float: left;
    width: 100%;
    height: 24px;
    line-height: 24px;
    text-align: left;
    font-size: 18px;
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 14px;
}

.fhyx_footer_con_on a {
    float: left;
    width: 100%;
    height: 20px;
    line-height: 20px;
    text-align: left;
    font-size: 14px;
    color: #ffffff;
    opacity: 0.8;
    margin-bottom: 9px;
}

.fhyx_footer_con_server {
    float: left;
    width: 170px;
    height: 180px;
    margin-top: 40px;
}

.fhyx_footer_con_server_title {
    float: left;
    width: 100%;
    height: 24px;
    line-height: 24px;
    text-align: left;
    font-size: 18px;
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 14px;
    margin-bottom: 14px;
}

.fhyx_footer_con_server_con {
    float: left;
    width: 100%;
    height: 22px;
    margin-bottom: 7px;
    position: relative;
}

.fhyx_footer_con_server_con p {
    float: left;
    width: auto;
    height: 22px;
    line-height: 22px;
    text-align: left;
    font-size: 14px;
    color: #ffffff;
    opacity: 0.8;
}

.fhyx_footer_con_server_con span {
    float: left;
    width: 85px;
    height: 22px;
    border-radius: 4px;
    cursor: pointer;
}

.fhyx_footer_con_server_con.qq span {
    background-color: #00b9ff;
    margin-left: 6px;
}

.fhyx_footer_con_server_con.wx span {
    background-color: #2aa760;
}

.fhyx_footer_con_server_con.gd span {
    background-color: #ff6600;
}

.fhyx_footer_con_server_con span img {
    float: left;
    width: auto;
    height: auto;
    margin: 3px 6px 0 8px;
}

.fhyx_footer_con_server_con span em {
    float: left;
    width: auto;
    height: 22px;
    line-height: 22px;
    text-align: left;
    color: #ffffff;
    font-size: 12px;
}

.fhyx_footer_con_server_con .hoverimg {
    position: absolute;
    top: -135px;
    left: 45px;
    right: 0;
    background: url("../images/fhyx_footer_media_bg.png") no-repeat;
    width: 132px;
    height: 143px;
    display: none;
}

.fhyx_footer_con_server_con .hoverimg img {
    float: left;
    width: 95px;
    height: 95px;
    margin: 18px 0 0 19px;
}

.fhyx_footer_con_server_con:hover .hoverimg {
    display: block;
}

.fhyx_footer_con_media {
    float: left;
    width: 168px;
    height: auto;
    margin-left: 60px;
    margin-top: 40px;
}

.fhyx_footer_con_media_title {
    float: left;
    width: 100%;
    height: 24px;
    line-height: 24px;
    text-align: left;
    font-size: 18px;
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 14px;
    margin-bottom: 14px;
}

.fhyx_footer_con_media_ul {
    float: left;
    width: 100%;
    height: 96px;
}

.fhyx_footer_con_media_li {
    float: left;
    width: 36px;
    height: 36px;
    margin: 0 8px 12px 0;
    position: relative;
}

.fhyx_footer_con_media_li:nth-child(4n) {
    margin: 0 0 12px 0;
}

.fhyx_footer_con_media_li .img {
    float: left;
    width: 100%;
    height: 100%;
}

.fhyx_footer_con_media_li .hoverimg {
    position: absolute;
    top: -135px;
    left: -49px;
    right: 0;
    background: url("../images/fhyx_footer_media_bg.png") no-repeat;
    width: 132px;
    height: 143px;
    display: none;
}

.fhyx_footer_con_media_li .hoverimg img {
    float: left;
    width: 95px;
    height: 95px;
    margin: 18px 0 0 19px;
}

.fhyx_footer_con_media_li:hover .hoverimg {
    display: block;
}

.fhyx_footer_con_join {
    float: left;
    width: 120px;
    height: auto;
    margin-left: 60px;
    margin-top: 40px;
}

.fhyx_footer_con_join_title {
    float: left;
    width: 100%;
    height: 24px;
    line-height: 24px;
    text-align: left;
    font-size: 18px;
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 14px;
    margin-bottom: 14px;
}

.fhyx_footer_con_join a {
    float: left;
    width: 100%;
    height: 20px;
    line-height: 20px;
    text-align: left;
    font-size: 14px;
    margin-bottom: 9px;
    position: relative;
}

.fhyx_footer_con_join a .text {
    color: #ffffff;
    opacity: 0.8;
}

.fhyx_footer_con_join a .kol_qq {
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 209px;
    height: 60px;
    z-index: 99;
    display: none;
}

.fhyx_footer_con_join a .kol_qq .kol_qq_con {
    float: left;
    width: 209px;
    height: 42px;
    background-color: #ffffff;
    border-radius: 8px;
}

.fhyx_footer_con_join a:hover .kol_qq {
    display: block;
}

.fhyx_footer_con_join a .kol_qq:after {
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 7px solid transparent;
    border-top: 12px solid #ffffff;
    position: absolute;
    bottom: 6px;
    left: 20px;
    content: '';
}

.fhyx_footer_con_join a .kol_qq span {
    float: left;
    width: auto;
    height: 42px;
    line-height: 42px;
    text-align: left;
    margin-left: 11px;
    font-size: 14px;
    color: #333333;
}

.fhyx_footer_con_join a .kol_qq span em {
    font-size: 14px;
}

.fhyx_footer_con_join a .kol_qq p {
    float: right;
    width: auto;
    height: 42px;
    line-height: 42px;
    text-align: left;
    margin-right: 11px;
    font-size: 14px;
    color: #fa4d00;
}

.fhyx_footer_con_wxq {
    float: left;
    width: 120px;
    height: auto;
    margin-left: 60px;
    margin-top: 40px;
}

.fhyx_footer_con_wxq span {
    float: left;
    width: 100%;
    height: 24px;
    line-height: 24px;
    text-align: left;
    font-size: 18px;
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 14px;
}

.fhyx_footer_con_wxq img {
    float: left;
    width: 120px;
}

.fhyx_footer_con_down {
    float: right;
    width: 181px;
    height: auto;
    margin-top: 40px;
}

.fhyx_footer_con_down_con {
    float: left;
    width: 100%;
    height: 65px;
    margin-bottom: 32px;
}

.fhyx_footer_con_down_con a {
    float: left;
    width: 181px;
    height: 42px;
    background-image: linear-gradient(180deg, #fa4d00 0%, #ffa200 100%);
    border-radius: 8px;
}

.fhyx_footer_con_down_con .box img {
    float: left;
    width: auto;
    height: auto;
    margin: 9px 10px 0 32px;
}

.fhyx_footer_con_down_con .app img {
    float: left;
    width: auto;
    height: auto;
    margin: 9px 13px 0 30px;
}

.fhyx_footer_con_down_con a span {
    float: left;
    width: auto;
    height: 42px;
    line-height: 42px;
    text-align: left;
    font-size: 16px;
    color: #ffffff;
}

.fhyx_footer_con_down_con p {
    float: left;
    width: 100%;
    height: 25px;
    line-height: 25px;
    text-align: center;
    font-size: 12px;
    color: #cccccc;
}

.fhyx_footer_bottom {
    width: 100%;
    height: auto;
    background-color: #333333;
    float: left;
}

.fhyx_footer_bottom_b {
    text-align: center;
    color: #ffffff;
    margin-top: 16px;
    font-size: 14px;
    float: left;
    width: 100%;
}

.fhyx_footer_bottom_b:nth-child(2) {
    margin-top: 5px;
    margin-bottom: 10px;
}

.renzheng {
    width: 100%;
    overflow: hidden;
    display: table;
    margin: 0 auto 0;
    background: #333333;
}

/*快捷登录*/
.clear_10 {
    width: 100%;
    height: 10px;
    overflow: hidden;
    clear: both;
}

.login-container {
    width: 400px;
    position: fixed;
    background: #fff;
    border-radius: 10px;
    z-index: 999;
    display: none;
    height: 500px;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    box-shadow: 0px 0px 12px 12px rgb(0 0 0 / 10%);
}


.ali-station-ico-home,
.ali-station-ico-x,
span.ali-header-ico,
a.ali-header-ico,
i.shop-ico,
.shop-ico,
.ali-photo-carousel-pic-num ul li {
    background-image: url(../images/ali-station-nav.png);
    background-repeat: no-repeat;
    _background-image: url(../images/ali-station-nav.gif);
}

.login-container-tit {
    width: 360px;
    height: 45px;
    line-height: 45px;
    text-align: left;
    margin: 0 20px;
    padding-top: 10px;
    position: relative;
}

.close-container {
    width: 12px;
    height: 11px;
    overflow: hidden;
    display: block;
    float: right;
    background-position: 0px -309px;
    margin: 12px 10px 0px 0px;
    cursor: pointer;
}

.login-container-tit span {
    display: block;
    font-size: 20px;
    padding-left: 29px;
    color: #3e3e3e;
    z-index: 1;
    float: left;
    font-weight: bold;
}

.login-container-tit em {
    width: 100px;
    height: 10px;
    background: #ff3600;
    position: absolute;
    left: 0;
    top: -5px;
    border-radius: 5px;
}

.login-container-tit span.selected {
    border-bottom: 1px solid #006EBB;
    color: #006EBB;
}

.login-container-con {
    width: 300px;
    height: auto;
    overflow: hidden;
    margin: 25px auto 0px auto;
    position: relative;
}

.login-msg {
    border: 1px solid #FF8080;
    margin-bottom: 5px;
    color: #404040;
    text-align: left;
    display: none;
}

.login-msg p.error {
    background: url(../images/stuff.png) no-repeat -319px -449px;
    background-color: #FFF2F2;
    border-color: #FF8080;
    line-height: 18px;
    padding: 2px 10px 2px 23px;
}

/* .login-container-con label {display: block;width:260px;height:auto;overflow:hidden;text-align:left;font-weight: 700;padding-bottom: 3px;color: #666;line-height:25px;} */
.login-container-con .TPL_username_l {
    padding-bottom: 17px;
    border-bottom: 1px solid #e0e0e0;
    zoom: 1;
    position: relative;
    z-index: 1;
}

.login-container-con .TPL_pwd_l {
    padding-top: 20px;
    padding-bottom: 17px;
    border-bottom: 1px solid #e0e0e0;
    zoom: 1;
    position: relative;
    z-index: 1;
}

.login-container-con .left {
    display: block;
    width: 3px;
    height: 26px;
    line-height: 26px;
    background: #ff3600;
    position: absolute;
    left: 0;
    top: 20px;
    *top: 20px;
    text-indent: -9999em;
    outline: 0;
}

.login-container-con .login-text {
    width: 260px;
    height: 26px;
    line-height: 26px;
    padding: 0;
    vertical-align: middle;
    border: 0;
    caret-color: #e0beb2;
    color: #000;
    font-size: 16px;
    outline: none;
    margin-left: 20px;
}

.login-container-con .login-text::-webkit-input-placeholder {
    color: #e0beb2;
}

.login-container-con .TPL_username_l .left {
    top: 0px;
}

.login-container-con .login-text-yzm {
    width: 125px;
    height: 25px;
    line-height: 25px;
    margin-right: 3px;
    padding: 3px;
    border: solid 1px #c8c8c8;
    vertical-align: middle;
    outline: none;
    font: 100% Tahoma, Helvetica, Arial, sans-serif;
    float: left;
}

.login-container-con label a {
    float: right;
    font-size: 12px;
    font-weight: normal;
}

a.login-container-button:link {
    width: 298px;
    height: 44px;
    border: 0;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    font-size: 20px;
    color: #ff3600;
    background: #fff;
    border: 1px solid #ff3600;
    border-radius: 25px;
    cursor: pointer;
    zoom: 1;
    text-align: center;
    line-height: 44px;
}

a.login-container-button:hover {
    background: #ff3600;
    color: #FFF;
}

a.login-container-button:visited {
    width: 298px;
    height: 44px;
    border: 0;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    font-size: 20px;
    color: #ff3600;
    background: #fff;
    border: 1px solid #ff3600;
    border-radius: 25px;
    cursor: pointer;
    zoom: 1;
}

.login-container-con .safe {
    position: relative;
    padding: 32px 0 30px;
    line-height: 18px;
    min-height: 18px;
    height: 18px
}

.login-container-con .safe input {
    vertical-align: middle;
    width: 18px;
    height: 18px;
    float: left;
}

.login-container-con .safe label {
    vertical-align: middle;
    color: #cccccc;
    font-size: 14px;
    float: left;
    margin-left: 5px;
}

.login-container-con .safe a {
    font-size: 14px;
    color: #383838;
    float: right;
}

.free_reg {
    margin-top: 25px;
    position: relative;
}

.free_reg a {
    width: 298px;
    height: 44px;
    border: 0;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    line-height: 42px;
    font-size: 20px;
    color: #ff3600;
    border-radius: 25px;
    border: solid 1px #ff3600;
    cursor: pointer;
    zoom: 1;
    text-decoration: none;
    text-align: center;
    line-height: 44px;
}

.free_reg div {
    width: 78px;
    height: 26px;
    background-color: #fb8751;
    border-radius: 13px;
    position: absolute;
    top: -11px;
    right: 0;
    font-size: 14px;
    color: #fff;
    line-height: 26px;
    text-align: center;
}

.free_reg a:hover {
    background: #ff3600;
    color: #FFF;
}

.third {
    width: auto;
    display: table;
    height: 50px;
    margin: 22px auto 0 auto;
}

.third div {
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-left: 18px;
    cursor: pointer;
}

.third div:nth-child(1) {
    margin-left: 0;
}

.third .qq {
    background-color: #56bfeb;
}

.third .weixin {
    background-color: #6cc860;
}

.third .yx {
    background-color: #fb8751;
}

.third .qq a {
    background: url(../images/fhyx_login_qq.png);
    width: 28px;
    height: 28px;
    margin: 11px auto;
    display: block;
}

.third .weixin a {
    background: url(../images/fhyx_login_weixin.png);
    width: 35px;
    height: 28px;
    margin: 11px auto;
    display: block;
}

.third .yx a {
    background: url(../images/fhyx_login_yx.png);
    width: 28px;
    height: 43px;
    margin: 4px auto;
    display: block;
}

/* .login-mfzc {width:260px;height:20px;text-align:left;padding-top:8px}
.login-mfzc a {float:right;}
.login-mfzc span {float:left;} */
.login-disanfang {
    width: 260px;
    height: 32px;
    overflow: hidden;
    margin-top: 5px;
}

.login-disanfang a {
    width: 32px;
    height: 32px;
    overflow: hidden;
    display: block;
    float: left;
    margin-right: 5px;
    background-image: url("../images/login-third-party.png");
}

.login-disanfang .c_login_weixin {
    background-position: -257px 0;
}

.login-disanfang .c_login_qq {
    background-position: -112px 0;
}

.login-disanfang .c_login_yx {
    background-position: -222px 0;
}

.xuan_ptype {
    float: left;
    margin: 10px 3px 0px 0px;
}

.login-container-con label.xuan_span {
    float: left;
    width: 86px;
    padding-bottom: 0px;
    display: inline;
    font-weight: normal;
    line-height: 20px;
    height: 30px;
    overflow: hidden;
    text-align: left;
    margin-right: 8px;
}

#con_tc_2 {
    margin-top: 20px;
}

.get_yzm_ok {
    width: 120px;
    height: 33px;
    overflow: hidden;
    display: block;
    background: #2E91E3;
    color: #FFFFFF;
    border: 0px;
    float: right;
    cursor: pointer;
    outline: none;
}

.get_yzm_nook {
    width: 120px;
    height: 33px;
    overflow: hidden;
    display: block;
    background: #DDDDDD;
    color: #999999;
    border: 0px;
    float: right;
    outline: none;
}

.phonelogin-container-con .TPL_username_l {
    margin-top: 30px;
}

.phonelogin-container-con .clear_10 {
    margin-top: 20px;
}

.phonelogin-container-con .third {
    margin-top: 40px;
}

.phonelogin-container-con #TPL_code_1 {
    width: 140px;
}

.js_getcheck {
    width: 120px;
    height: 34px;
    background-color: #ff3600;
    border-radius: 17px;
    vertical-align: middle;
    float: right;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    line-height: 34px;
    margin-top: -4px;
}

.login-container-tit span {
    font-size: 16px;
    padding-left: 0;
    margin-right: 20px;
    cursor: pointer;
}

.login-container-tab {
    float: left;
    margin-left: 50px;
}

.login-container-tab span.active {
    position: relative;
}

.login-container-tab span.active:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #ff3600;
    width: 70px;
    height: 6px;
    padding-left: 20px;
    border-radius: 10px;
}

.fhyxhk_link img {
    transform-origin: 0 100% 0;
    transform: scale(0.5);
    margin-top: -4px;
    animation: heartAnimate 0.6s linear infinite;
}

@keyframes heartAnimate {
    0% {
        transform: scale(0.5);
    }

    50% {
        transform: scale(0.65);
    }

    100% {
        transform: scale(0.5);
    }
}

.appdown_alert {
    position: absolute;
    width: 360px;
    height: 137px;
    background: url("../images/bg.png") no-repeat;
    bottom: -139px;
    left: -150px;
    display: none;
}

#appdown_alert_qrcode {
    float: left;
    width: 82px;
    height: 82px;
    margin: 28px 12px 0 28px;
    background: url("../images/index.png") no-repeat;
}

.appdown_alert .text {
    float: left;
    width: 200px;
    height: 20px;
    line-height: 20px;
    text-align: left;
    font-size: 14px;
    color: #474747;
    margin-top: 57px;
}

.appdown_alert .text1 {
    float: left;
    width: 200px;
    height: 36px;
    line-height: 36px;
    text-align: left;
    font-size: 24px;
    color: #474747;
    font-weight: bold;
}

.appdown_alert .text1 span {
    color: #ff3600;
}

.fhyxhk_app:hover .appdown_alert {
    display: block;
}

.appdown_detail_alert {
    position: absolute;
    width: 148px;
    height: 188px;
    background-color: #ffffff;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.16);
    border-radius: 8px;
    top: 80px;
    left: -164px;
}

#appdown_detail_alert_qrcode {
    float: left;
    width: 118px;
    height: 118px;
    margin: 12px 0 0 15px;
    background: url("../images/details.png") no-repeat;
}

.appdown_detail_alert .text {
    float: left;
    width: 100%;
    height: 18px;
    line-height: 18px;
    text-align: center;
    color: #474747;
    font-size: 12px;
    margin-top: 2px;
}

.appdown_detail_alert .text1 {
    float: left;
    width: 100%;
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: #474747;
    font-size: 14px;
    margin-top: 2px;
    font-weight: bold;
}

.appdown_detail_alert .text1 em {
    color: #ff3600;
    font-weight: bold;
}

.appdown_detail_alert:after {
    content: '';
    position: absolute;
    top: 26px;
    right: -12px;
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-left: 12px solid #ffffff;
    border-bottom: 12px solid transparent;
}

.appdown_detail_alert_close {
    position: absolute;
    top: -28px;
    right: 0;
    width: 51px;
    height: 22px;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
}

.appdown_detail_alert_close em {
    float: left;
    width: auto;
    height: 22px;
    line-height: 22px;
    text-align: center;
    text-indent: 6px;
    font-size: 12px;
    color: #ffffff;
}

.appdown_detail_alert_close i {
    float: right;
    width: 10px;
    height: 10px;
    background: url(../images/close.png) no-repeat;
    margin: 6px 5px 0 0;
}