html, body {
    margin: 0;
    padding: 0;
}

body {
    font-size: 12px;
    color: #5B5B5B;
    min-width: 1000px;
    /*background-color: #fafbfb;*/
    background-color: #F5F5F5;
    font-family: "Helvetica", "微软雅黑", Tohoma, serif;
}

input, textarea, button, select {
    font-family: "Helvetica", "微软雅黑", Tohoma, serif;
}

dl {
    margin: 0;
}

dd {
    margin: 0;
}
.lg_wrapper{
    height: 100%;
}
.lg_bg{
    position: fixed;
    height: 200%;
    left: -50%;
    width: 200%;
    z-index: -1;
    top: 0;
}

.lg_bg img.lg_img{
    display: block;
    margin: auto;
    min-height: 50%;
    min-width: 50%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

}
.lg_bottom{
    width: 100%;
    padding: 20px;
    color: #fff;
    /*text-align: center;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 20px;

    /*background: #3a393a;*/
    /*filter: alpha(opacity=1);*/
    /*-moz-opacity: 0.8;*/
    /*opacity: 0.8;*/
background-color: rgba(58,57,58,0.8);
}
@media \0screen\,screen\9 {/* 只支持IE6、7、8 */
    .lg_bottom{
        background-color:#3a393a;
        filter:Alpha(opacity=80);
        *zoom:1; /* 激活IE6、7的haslayout属性，让它读懂Alpha */
    }
}

.bt_links{
    padding: 0;
    position: fixed;
    overflow: hidden;
    height: 58px;
    /*margin-left: 10px;*/
    bottom: 0;
    z-index: 1;
    width: 100%;
    text-align: center;

    line-height: 60px;

}
.bt_about{
    font-size: 13px;
}


.head {
    width: 100%;
}

.wrp {
    width: 1080px;
    margin: 0 auto;
    overflow: hidden;
}

.head_logo {
    width: 210px;
    float: left;
    margin-top: 30px;
}

.head_lang {
    float: left;
    cursor: pointer;
    margin-left: 30px;
    margin-top: 45px;
    /*height: 30px;*/
    float: right;
}

.head_lang dd {
    float: left;
}

.head_lang_txt {
    color: white;
    margin-left: 28px;
    font-size: 14px;
    /*height: 25px;*/
    /*padding-left: 8px;*/
    line-height: 20px;
    width: 62px;
    text-align: right;
}

.head_lang_arrow {
    width: 0;
    margin-top: 7px;
    margin-left: 5px;
    border: 5px solid transparent;
    border-top-color: white;
}
.head_lang_arrow_view {
    width: 17px;
    height: 7px;
    margin-left: 80px;
    background: url("../img/a.png") no-repeat center 0;
    clear: both;
    display: none;
}

.head_lang_viewer {
    width: 88px;
    line-height: 30px;
    display: none;
    position: absolute;
    overflow: hidden;
    top:64px;
    text-align: center;
    margin-top: 8px;
    border-radius: 6px;
    margin-left: 11px;

    /*filter: alpha(opacity=1);*/
    /*-moz-opacity: 0.6;*/
    /*opacity: 0.6;*/
    /*background-color: #5d5752;*/
    background-color: rgba(51,45,40,0.6);
}
@media \0screen\,screen\9 {/* 只支持IE6、7、8 */
    .head_lang_viewer{
        background-color:#5d5752;
        filter:Alpha(opacity=60);
        *zoom:1; /* 激活IE6、7的haslayout属性，让它读懂Alpha */
    }
}
.head_lang:hover .head_lang_viewer,.head_lang:hover .head_lang_arrow_view {
    display: block;
}

.head_lang_item {
    margin: 5px 0px;
    width: 88px;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    border: 1px;
    color: #FFFFFF;
    text-align: center;
    /*float: left;*/
    display: block;
}

.head_lang_item:hover {
    /*background: orange;*/
    color: #feba17;
}

.head_east {
    float: right;
    margin: 15px 0 3px;
}

.head_input {
    color: #5D5D5D;
    width: 400px;
    height: 34px;
    padding: 0 5px;
    font-size: 13px;
    line-height: 25px \9;
    border: 1px solid lightgray;
    border-radius: 3px;
    font-family: Helvetica, "Microsoft Yahei", Arial, sans-serif;

}

.head_input_mask {
    color: #c3c3c3;
}

.head_find {
    clear: both;
    color: white;
    cursor: pointer;
    text-decoration: none;
    font-size: 14px;
    height: 16px;
}
.head_find:hover {
    text-decoration: underline;
}

.reg {
    overflow: hidden;
    width: 100%;
    max-height: 940px;

}

.reg_main {
    /*float: right;*/
    margin-top: 40px;
    border-radius: 5px;
    position: relative;
}

.reg_caption {
    color: white;
    font-size: 19px;
    text-align: center;
    margin-bottom: 65px;
    /*font-weight: bolder;*/
    text-shadow: 1px 1px 1px #333;
}
.reg_caption_title{
    font-size: 60px;
    margin-bottom: 20px;
    font-weight: 600;
    text-shadow: 2px 2px 8px rgba(42, 65, 85, 0.48);
}

.reg_tip_info {
    border-radius: 3px;
    padding: 2px 5px;
    line-height: 20px;
    color: #3e95e5;
}

.reg_table {
    font-size: 13px;
    color: white;
    /*margin-top: 170px;*/
    margin: 15px auto 0px auto;
}

.reg_table tr {
    height: 34px;
}
.reg_table tr td {

	text-align: center;
}
.down_dl{
    line-height: 53px;
    text-decoration: none;
    color: #FFFFFF;
    width: 100px;
    text-align: left;
    margin-left: 49px;
}
.down_dl a{
    text-decoration: none;
    color: #FFFFFF;
}

.down_dl:hover,.down_dl:hover a{
color: #8ad9fa;
}
.reg_bar {
    width: 490px;
    height: 529px;
    text-align: left;
    background: url("../img/phone.png") no-repeat center 0;
    margin-top: 30px;
    float: left;
}

.ft_zh {
    background: url("../img/phone.png") no-repeat center 0;
}
.ft_en {
    background: url("../img/phone.png") no-repeat center 0;
}

.reg_bar span {
    color: white;
    line-height: 36px;
    display: inline-block;
    float: left;
}
.show_mf{
    width: 490px;
    height: 529px;
    top: 32px;
    position: relative;
}
.show_mf.show_mf1 img {
    width: 100%;
}

.reg_auth {
    cursor: pointer;
    vertical-align: top;
    display: inline-block;
    width: 36px;
    height: 36px;
    margin: 0 10px;
    position: relative;
    top: 5px;
    left: 8px;

}


.phone2_link {
    cursor: pointer;
    width: 175px;
    height: 55px;
    display: inline-block;
    background: url("../img/app.png") no-repeat center;
}

.phone2_ios {
    background-position: 12px 6px;

}

.phone2_android {
    background-position: 12px -70px;;
}
.phone2_wei {
    background-position: 12px -144px;
}
.down_service{
    width: 80px;
    height: 100px;
    /*border: 1px solid red;*/
    display: block;
    float: left;

}

.down_service_viewer,.down_google_viewer {
    width: 90px;
    line-height: 30px;
    display: none;
    /*background-color: #FFFFFF;*/
    position: absolute;
    overflow: hidden;
    /*border: 1px solid #e9e9e9;*/
    bottom: 57px;
    text-align: center;
}
.down_google_viewer {
    width: 160px;
    height: 112px;
   background: url("../img/androidbg.png") no-repeat center 0;
    margin-left: 8px;
}
.down_service_viewer {
    width: 160px;
    height: 160px;
    background: url("../img/code.png") no-repeat center 0;
    margin-left: 8px;
}
.phone2_android:hover .down_google_viewer{
    display: block;
}
.phone2_wei:hover .down_service_viewer{
    display: block;
}

.bottom {
    width: 100%;
    height: 40px;
    color: #808181;
    line-height: 20px;
    padding: 30px 0;
    position: absolute;
    bottom: 0;
    margin-left: 20px;
}

.bottom a {
    color: #808181;
    cursor: pointer;
    margin-right: 5px;
    display: inline-block;
    text-decoration: none;
}

.bottom a:hover {
    cursor: pointer;
    text-decoration: underline;
}
.bt_about a {
    font-size: 13px;
    color: #FFFFFF;
    cursor: pointer;
    margin-right: 9px;
    margin-left: 4px;
    display: inline-block;
    text-decoration: none;
    margin-bottom: 10px;
    text-shadow: 1px 1px 1px #333;
    filter:shadow(Color=#000,Direction=10,Strength=10)
}

.bt_about a:hover {
    cursor: pointer;
    text-decoration: underline;
}

.wy_center {
    width: 1080px;
    height: 600px;
    margin: 5em auto 0;
}

.wy_top {
    height: 600px;
    float: left;
    margin-right: 10px;
}

.wy_right {
    /*border: 1px solid firebrick;*/
    height: 600px;
    float: right;
    width: 565px;
}

.wy_right_reg {
    height: 600px;
    float: right;
}
