/*	--------------------------------------------------
	Reveal Modals
	-------------------------------------------------- */
* {
    margin: 0;
    padding: 0;
    list-style-type: none;
    margin: auto;
}

.reveal-modal-bg {
    position: fixed;
    height: 100%;
    width: 100%;
    background: #000;
    background: rgba(0, 0, 0, .8);
    z-index: 100;
    display: none;
    top: 0;
    left: 0;
}

.reveal-modal {
    visibility: hidden;
    top: 15%;
    left: 18%;
    width: 1200px;
    height: auto;
    background-color: #ffffff;
    /* background: #eee url(modal-gloss.png) no-repeat -200px -80px; */
    position: absolute;
    z-index: 101;
    padding: 10px 5px 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .4);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .4);
    -box-shadow: 0 0 10px rgba(0, 0, 0, .4);
}

.reveal-modal .div1 {
    width: 562px;
    float: left;
}

.div1 img {
    width: 562px;
    height: 430px;
    float: left;
    margin-top: 85px;
}

.reveal-modal .div2 {
    float: left;
    width: 638px;
}

.reveal-modal .div2 .classfiy1 {
    height: 250px;
    font-size: 12px;
}

.reveal-modal .div2 .classfiy1 .kuang1 {
    background-color: #fda220;
    height: 40px;
    width: 50px;
    margin-left: 0;
}

.reveal-modal .div2 .classfiy1 .kuang2 {
    background-color: #35c89c;
    height: 40px;
    line-height: 40px;
    width: 130px;
    margin-top: -30px;
    margin-left: 25px;
    padding-left: 20px;
    color: #ffffff;
    font-size: 16px;
}

.reveal-modal .div2 .classfiy1 .classfiy {
    font-size: 12px;
    float: left;
    width: 319px;
}

.reveal-modal .div2 .classfiy1 .classfiy .kuang1 {
    background-color: #fda220;
    height: 40px;
    width: 50px;
}

.reveal-modal .div2 .classfiy1 .classfiy .kuang2 {
    background-color: #35c89c;
    height: 40px;
    line-height: 40px;
    width: 130px;
    margin-top: -30px;
    margin-left: 25px;
    padding-left: 20px;
    color: #ffffff;
    font-size: 16px;
}

.reveal-modal .div2 ul {
    margin-left: 45px;
}

.reveal-modal .div2 ul li {
    color: #fda220;
    line-height: 24px;
    list-style-type: disc;
    margin-left: 35px;
}

.reveal-modal .div2 ul li span {
    color: black;
}

.reveal-modal .div3 {
    background-color: #35c89c;
    height: 200px;
    line-height: 200px;
    width: 450px;
    float: right;
    margin-top: -55%;
    margin-right: -3%;
    font-size: 50px;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
}

.reveal-modal .div4 {
    /* background-color: #35c89c; */
    height: 50px;
    line-height: 50px;
    width: 150px;
    float: right;
    /* margin-top: -34%;
        margin-right: -3%; */
    font-size: 60px;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
}