.theme-con{
    width: 1260px;
    margin: 0 auto;
    position: relative;
}
/*头部*/
.theme-nav{
    display: block;
    width:100%;
    height: 70px;
    background: rgb(255,255,255);
    box-shadow: 0 3px 8px 0 #c2c2c2;
    position: fixed;
    top:0;
    left: 0;
    z-index:999;
}
.theme-nav-empty{
    width: 100%;
    height: 70px;
}
/*logo*/
.theme-nav .top-logo{
    width: 240px;
}
.theme-nav .top-logo img{
    width: 100%;
    max-height: 70px;
}
/*导航*/
.theme-nav .theme-nav-con .theme-nav-link{
    margin-left: 20px;
    padding: 20px 0 17px 0;
}
.theme-nav .theme-nav-con .theme-nav-link a {
    height: 33px;
    line-height: 33px;
    /*margin: 0 2px;*/
    padding: 0 4px 0 14px;
    text-align: center;
    font-size: 16px;
    color: #333;
    display: block;
    float: left;
    min-width: 100px;
}
/*高亮当前页导航*/
.theme-nav .theme-nav-con .theme-nav-link a.on {
    background-image: url("../../common/images/index/nav-on-bg.png");
    background-repeat:no-repeat;
    background-size:100% 100%;
    color:#fff;
    border-radius: 5px;
}
.theme-nav .theme-nav-con .theme-nav-link a:hover{
    background-image: url("../../common/images/index/nav-on-bg.png");
    background-repeat:no-repeat;
    background-size:100% 100%;
    color:#fff;
    border-radius: 5px;
}
/*登录注册*/
.theme-nav .theme-nav-con .login-button a {
    font-size: 14px;
    height: 70px;
    line-height: 70px;
    color: #333;
    padding: 6px 22px;
}
.theme-nav .theme-nav-con .login-button a .theme-icon-login {
    background: url(../../common/images/header/theme-icon-login.png) no-repeat;
    width: 25px;
    height: 25px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
/*注册*/
.theme-nav .theme-nav-con .login-button a .theme-icon-register {
    background: url(../../common/images/header/theme-icon-register.png) no-repeat;
    width: 25px;
    height: 25px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
/*已经登录*/
.login-in .header-face-img{
    width: 40px;
    height: 40px;
    border-radius: 20px;
    display: inline-block;
    float: left;
    margin-top: 15px;
    margin-right: 6px;
}
.login-in p {
    color: #333;
    font-size: 14px;
    display: block;
    float: left;
    height: 70px;
    line-height: 70px;
    margin-right: 6px;
}
.login-in .exit {
    color: #2d96c7;
    height: 70px;
    line-height: 70px;
}
.theme-nav .theme-nav-left-title {
    display: inline-block;
    height: 70px;
    line-height: 70px;
    font-size: 24px;
    color: #333;
    padding-left: 50px;
}
/*顶部背景*/
.theme-top{height: auto;}
.theme-top-bg{
    width:100%;
    height:600px;
    min-width: 1260px;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% 100%;
}
/*下载框*/
.theme-top-con{
    padding-top: 120px;
    margin-bottom: 40px;
}
.theme-top-con{
    padding-top: 200px;
}
.down-box {
    width: 1260px;
    height: 270px;
    color: #333;
    display: block;
}
.down-box .down-box-bg{
    /*width: 535px;*/
    margin-right: 150px;
    height: 100%;
    float: right;
    background: rgba(255,255,255,.6);
    padding: 8px;
}
.down-box .down-bg {
    width: 240px;
    height: 254px;
    display: block;
    background: rgba(255,255,255,.9);
    padding: 8px 10px 0 10px;
}
.down-box .down-box-bg .pc-down-bg{
    width: 270px;
}
.down-box .down-bg .down-title{
    font-size: 22px;
}
.down-box .down-box-bg .pc-down-bg .down-text-safe {
    background-image: url(../../common/images/index/icon-safe.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    margin-top: 20px;
    font-size: 13px;
    text-indent: 1rem;
    color: #9B989D;
    height: 22px;
    line-height: 22px;
}
.down-box .down-box-bg .pc-down-bg .down-text-note {
    font-size: 16px;
    font-weight: 600;
    color: #34302F;
    line-height: 21px;
}
.down-box .down-bg a.down-button{
    display: block;
    width: 232px;
    margin: 0 auto;
    cursor: pointer;
    position: relative;
}
.down-box .down-bg a.down-button:first-of-type{
    margin-top: 30px;
}
.down-box .down-bg a.down-button+a.down-button{
    margin-top: 30px;
}
.down-box .down-bg .down-button img{
    width: 232px;
    max-height: 47px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.down-box .down-bg .down-button img:hover{
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}
.down-box .down-bg a.down-button .down-title{
    position: absolute;
    top:0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    line-height: 42px;
    text-align: center;
    font-weight: bolder;
    color:#fff;
}
.down-box .down-box-bg .mb-down-bg .down-text-sm01{
    padding: 0.5rem 0;
    font-size: 14px;
    color: #9B989D;
    font-weight: 400;
}
.down-box .down-box-bg .mb-down-bg .down-text-sm02{
    padding-top: 8px;
    color: #6C6E71;
    font-size: 14px;
    font-weight: 400;
}
.down-box .down-bg .down-ewm-box,.down-box .down-bg .gz-ewm-box{
    width: 134px;
}
.down-box .down-bg .ewm-bg {
    width: 134px;
    height: 134px;
    /*background-image: url(../../common/images/index/ewm-bg.png);*/
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 4px;
}
.down-box .down-bg .ewm-bg .down-ewm-img{
    width: 100%;
    height: 100%;
}