#combination {
    width: 1024px;
    height: 768px;
    position: relative;
}
#combination .container {
    width: 1024px;
    height: 768px;
    position: relative;
}
#combination .main-section {
    width: 100%;
    height: 100%;
    float: left;
}
#combination .play-title {
    width: 100%;
    float: left;
    text-align: center;
    color: #d1f7c1;
}
#combination .play-btn {
    font-family: "Trebuchet MS", Arial, _sans;
    font-size: 3.0em;
    font-weight: 800;
    background: url(./../../../imgs/telaris/button-bg-orange.png) 0 0 no-repeat;
    background-size: 100% 100%;
    border: none;
    color: #FFF;
    width: 238px;
    height: 62px;
    cursor: pointer;
}
#combination #livingHome {
    text-align: center;
}
#combination #homeTitle {
    color: #7b2274;
    margin: 202px 0 35px 0;
    font-size: 3.9em;
    text-transform: uppercase;
}
#combination .home-description {
    font-size: 2.1em;
    font-weight: 100;
    text-align: justify;
    display: block;
    margin: 0 0 60px 117px;
    color: #000;
    width: 790px;
    line-height: 30px;
}
#combination .home-description br {
    display: block;
    line-height: 3;
}
#combination .image-list {
    margin-top: 126px;
    margin-left: 60px;
}
#combination .item-list {
    float: left;
    width: 163px;
    height: 154px;
    background: #fff;
    margin-right: 20px;
    margin-bottom: 20px;
}
#combination .amplify-image {
    display: none;
    position: absolute;
    width: 504px;
    left: 50%;
    top: 50%;
    margin-left: -252px;
    margin-top: -240px;
    text-align: center;
    background: url("./../../../imgs/telaris/bg_white.png") no-repeat;
    border-radius: 19px;
}
#combination .amplify-image img {
    width: 430px;
    margin-top: 45px;
}
#combination .image-view {
    position: relative;
    width: auto;
    height: auto;
}
#combination .amplify-image .image-view {
    position: relative;
    width: auto;
    height: auto;
    float: left;
    margin-left: 37px;
    margin-bottom: 20px;
}
#combination .side-legend {
    font-size: 1.3em;
    color: #fff;
    width: 289px;
    position: absolute;
    bottom: 10px;
    text-align: left;

    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);

    -webkit-transform-origin: bottom left;
    -moz-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    -o-transform-origin: bottom left;
    transform-origin: bottom left;
}
#combination .side-legend span {
    color: #fff;
    padding: 4px;
    text-shadow: #000 0 0 0.3em;
    font: 13px"Verdana", Helvetica, Arial, sans-serif;
    background-color: rgba(0, 0, 0, 0.2);
    white-space: nowrap;
    z-index: 2;

    -webkit-transform-origin: left;
    -moz-transform-origin: left;
    -ms-transform-origin: left;
    -o-transform-origin: left;
    transform-origin: left;

    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
#combination #backImage,
#forwardImage {
    width: 74px;
    height: 76px;
    position: absolute;
    top: 338px;
    cursor: pointer
}
#combination #backImage {
    left: 103px;
}
#combination #forwardImage {
    left: 863px;
}
#combination .close-zoom {
    position: absolute;
    margin-right: 14px;
    margin-top: 14px;
    background: url("./../../../imgs/telaris/button_close.png");
    width: 55px;
    height: 43px;
    left: 420px;
    top: -20px;
    cursor: pointer;
    z-index: 1000;
}
#combination .finish-box {
    display: none;
    background: #F4F4F4;
    
    width: 528px;
    height: 241px;
    position: absolute;
    top: 55%;
    left: 60%;
    margin-top: -178px;
    margin-left: -356px;
    text-align: center;
    color: #fe7303;
    border-radius: 10px;
}
#combination #associationFinish a {
    position: absolute;
    margin-right: 14px;
    margin-top: 14px;
    background: url("./../../../imgs/telaris/close-orange-icon.png");
    width: 40px;
    height: 40px;
    left: 482px;
    top: -8px;
    cursor: pointer;
    z-index: 5;
}
#combination #associationFinish h1 {
    width: 520px;
    font-size: 4.6em;
    margin-top: 30px;
    margin-bottom: 16px;
    color: #7b2274;
}
#combination #associationFinish h2 {
    font-size: 3.0em;
    margin-bottom: 16px;
    color: #7b2274;
}
#combination #associationFinish p {
    font-size: 2.0em;
    display: block;
    width: 500px;
    margin-left: 10px;
    line-height: 1.2;
    color: #000;
}
#combination .finish-item {
    width: 286px;
    height: 155px;
    background: rgba(0, 0, 0, 0.2);
    background: url('./../../../imgs/telaris/box-photo-result.png') no-repeat;
    position: relative;
    float: left;
}
#combination .finish-item img {
    width: 138px;
    height: 138px;
    position: absolute;
    left: 0;
    cursor: pointer;
    border: #fff 8px solid;

    -webkit-box-shadow: 3px 3px 9px 0px rgba(58, 61, 65, 0.7);
    -moz-box-shadow: 3px 3px 9px 0px rgba(58, 61, 65, 0.7);
    -ms-box-shadow: 3px 3px 9px 0px rgba(58, 61, 65, 0.7);
    -o-box-shadow: 3px 3px 9px 0px rgba(58, 61, 65, 0.7);
    box-shadow: 3px 3px 9px 0px rgba(58, 61, 65, 0.7);
}
#combination .finish-item h1 {
    display: block;
    position: absolute;
    width: 116px;
    top: 40px;
    right: 0;
    color: #fff;
    font-size: 1.8em;
    text-align: center;
}
#combination .finish-item h2 {
    display: block;
    position: absolute;
    width: 176px;
    top: 60px;
    left: 0;
    color: #fff;
    font-size: 3.3em;
    text-align: center;
}
#combination .finish-button {
    font-family: "Trebuchet MS", Arial, _sans;
    position: absolute;
    left: 180px;
    top: 86px;
    height: 32px;
    width: 90px;
    border: none;
    background: url('./../../../imgs/telaris/button-bg-orange.png');
    background-size: 100% 100%;
    color: #FFF;
    font-weight: 800;
    font-size: 1.3em;
    padding-left: 8px;
    padding-top: 0px;
    cursor: pointer;
}
#combination #playAgain {
    font-family: "Trebuchet MS", Arial, _sans;
    width: 238px;
    height: 63px;
    font-size: 2.5em;
    position: absolute;
    left: 398px;
    top: 525px;
}
#combination .info-layer,
.zoom-layer {
    position: absolute;
    z-index: 3;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 172, 179, 0.6);
    display: none;
}
#combination .animal-info {
    display: none;
    position: absolute;
    width: 504px;
    height: auto;
    left: 50%;
    top: 50%;
    margin-left: -252px;
    margin-top: -301px;
    background: #e6f5fa;
    border-radius: 19px;
    box-shadow: 4px 4px 3px #46a1a6;
    text-align: center;
}
#combination .animal-info img {
    width: 400px;
    height: 289px;
    margin-top: 45px;
}
#combination .animal-info .span-name {
    font-size: 3.5em;
    color: #fe7303;
}
#combination .animal-info p {
    font-size: 1.7em;
    display: block;
    width: 430px;
    margin-left: 37px;
    margin-bottom: 40px;
    text-align: left;
    line-height: 24px;
    margin-top: 10px;
}
#combination .close-info {
    position: absolute;
    margin-right: 14px;
    margin-top: 14px;
    background: url("./../../../imgs/telaris/close-orange-icon.png");
    width: 40px;
    height: 40px;
    left: 460px;
    top: -10px;
    cursor: pointer;
    z-index: 1000;
}
#combination .info_null {
    width: 400px;
    height: 1px;
    margin-top: 35px;
}
#combination #backInfo,
#forwardInfo {
    width: 74px;
    height: 76px;
    position: absolute;
    top: 318px;
    cursor: pointer
}
#combination #backInfo {
    left: 103px;
    background: url('./../../../imgs/telaris/button_prev_zoom.png') top left no-repeat;
}
#combination #forwardInfo {
    left: 863px;
    background: url('./../../../imgs/telaris/button_next_zoom.png') top left no-repeat;
}