/*.body {*/
/*    background: #fffbf6 url(../img/pc/bg.jpg) top center no-repeat;*/
/*    background-size: 100% 100%;*/
/*}*/

.width {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.logo {
    padding: 10px 0 100px 200px;
}

.logo img {
    height: 75px;
}

.item_g {
    padding: 50px 0;
    position: relative;
}

.item_0 {
    height: 874px;
    background: url(../images/img.png) top center no-repeat;
    background-size: auto 100%;
    padding-top: 100px;
    margin-top: -75px;
}

.item_0 .width {
    height: 100%;
    position: relative;
}

.item_0 .downland {
    position: absolute;
    bottom: 125px;
    left:50px;
}

.item_0 .downland .buttons {
    float: left;
}

.item_0 .downland .buttons a {
    display: block;
    width: 200px;
    height: 60px;
    padding: 10px;
    text-align: center;
    color: #fff;
    border-radius: 10em;
    line-height: 37.5px;
    margin-top: 25px;
}

.item_0 .downland .buttons a:first-child {
    background: #ff8737;
}

.item_0 .downland .buttons a:last-child {
    background: #8cca43;
}

.item_0 .downland .buttons span {
    display: inline-block;
    vertical-align: middle;
}

.item_0 .downland .buttons .fa {
    font-size: 24px;
}

.item_0 .downland .buttons .text {
    margin-left: .25em;
    font-size: 17px;
}

.item_name {
    content: '';
    display: block;
    position: absolute;
    /*background-color: #eebb20;*/
    font-size: 16px;
    color: #ffffff;
    width: 85px;
    text-align: center;
    text-overflow: clip;
    overflow: hidden;
    right: 195px;
    top: 255px;
}

.item_3 .item_name {
    top: 255px;
    right: 200px;
}

.item_4 .item_name {
    top: 232px;
    right: 238px;
}

.qrcode {
    float: left;
    margin-left: 35px;
    padding: 15px 15px 10px 15px;
    border-radius: 5px;
    background-color: #ff8737;
}

.qrcode_img {
    width: 125px;
    height: 125px;
}

.qrcode_text {
    color: #ffffff;
    text-align: center;
    margin-top: 5px;
    line-height: 1.35;
}

.qrcode-fixed {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    float: none;
    margin-left: auto;
}

body.qrcodeHighlight .qrcode-normal {
    position: relative;
    z-index: 917917917917;
    box-shadow: 0 0 25px #fae737;
}

body.qrcodeHighlight .qrcode-normal:after {
    content: '';
    position: absolute;
    top: 45%;
    right: -25%;
    width: 0;
    height: 0;
    border-right: 15px solid #fae737;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}

body.qrcodeHighlight:before {
    content: '';
    display: block;
    position: fixed;
    z-index: 917917917916;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .5);
}

.main_bottom {
    text-align: center;
    padding-bottom: 12.5px;
}

.link-btn{  text-align:center; color:#50566e; font-weight: normal;margin: 60px 0 60px 0}
.link-btn a{ color:#50566e; font-size:14px;}

