body {
    margin: 0;
    min-width: 1080px;
    width: 100%;
    font-family: "Microsoft YaHei", sans-serif;
}
a {
    color: black;
    color: rgba(0, 0, 0, 0.8);
    text-decoration: none;
    cursor: auto;
}
ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    -webkit-padding-start: 0;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
}
.info-wrapper .text h1{
    font-size: 28px;
    letter-spacing: 5px;
    color: rgba(0,0,0,0.8);
}
.info-wrapper .text p{
    font-size: 17px;
    font-weight: bold;
    color: rgba(0,0,0,0.7);
 }
.info-wrapper{
    /*margin-top: -2px;*/
    /*margin-bottom: -2px;*/
    font-size: 0;
    background-repeat: no-repeat;
    background-size: 100% 360px;
    background-position: center;

}
.info-left-wrapper{
    display: inline-block;
    font-size: 16px;
    width: 50%;
    height: 100%;
    box-sizing: border-box;
    text-align: right;
    vertical-align: top;
}
.info-right-wrapper{
     display: inline-block;
     font-size: 16px;
     width: 50%;
     height: 100%;
     box-sizing: border-box;
 }
.left-content{
    width: 100%;
    height: 100%;
    display:-webkit-box;/* android 2.1-3.0, ios 3.2-4.3 */
    display:-webkit-flex;/* Chrome 21+ */
    display:-ms-flexbox;/* WP IE 10 */
    display:flex;/* android 4.4 */
    align-items: center;
    justify-content: flex-end;

    box-sizing: border-box;
    padding-right: 5%;
}
.right-content{
    width: 100%;
    height: 100%;
    display:-webkit-box;/* android 2.1-3.0, ios 3.2-4.3 */
    display:-webkit-flex;/* Chrome 21+ */
    display:-ms-flexbox;/* WP IE 10 */
    display:flex;/* android 4.4 */
    align-items: center;
    justify-content: flex-start;

    box-sizing: border-box;
    padding-left: 5%;
}
.info-wrapper .detail-btn{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    color: white;
    background-color: rgba(0,0,0,0.6);
    display: none;
    cursor: pointer;
    text-align: center ;
}
.info-wrapper .detail-text{
    height: 100%;
    width: 100%;
}


.info-wrapper .img{
    height: auto;
    position: relative;

}
.info-wrapper .text{

}