@charset "UTF-8";
/* 首页 */
.index.container{
	padding-top: 50px;
}
.index.container > .row .index-text{
	margin-top: 80px;
}
.index.container > .row .index-text p{
	color: #adb9e0;
    line-height: 30px;
    font-size: 16px;
}
.index.container > .row .index-text .bg-primary{
    background: #fdcc52;
    background: -webkit-linear-gradient(#fdcc52, #fdc539);
    background: linear-gradient(#fdcc52, #fdc539);
}
.index.container > .row .index-text .btn-free{
    background: #13d269;
    background: -webkit-linear-gradient(#13d269, #13d269);
    background: linear-gradient(#13d269, #13d269);
    color: #FFFFFF;
}
.index.container > .row .index-text .btn-free:hover{
    color: #333;
}
.index.container > .row .index-text .btn{
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 300px;
    margin: 10px;
}
.index.container > .row .index-text .btn-xl{
    margin-top: 20px;
    padding: 10px 45px;
    font-size: 14px;
}
/*======================
 联系我们
======================*/
.index.container .title{
	width: 100%;
    text-align: center;
    padding: 50px 0 20px 0;
}
.index.container .title > h4{
	display: block;
    font-size: 30px;
    line-height: 33px;
    padding: 5px 0;
    color: #333333;
    font-weight: bold;
    margin: 0;
}
.index.container .title > h4 + span{
	color: #333333;
	font-size: 15px;
}
.index.container > .contact{
	max-width: 980px;
	margin-left: auto;
	margin-right: auto;
}
.index.container > .contact .data{
    text-align: left;
    padding-bottom: 10px;
    width: 100%;
    font-size: 22px;
}
.index.container > .contact .data > div{
    display: inline-block;
    vertical-align: top;
    width: calc(33.33% - 20px);
    text-align: left;
    margin: 0 10px;
    margin-bottom: 20px;
}
.index.container > .contact .data a{
    color: #DE5448;
}
/*======================
 消息对话框
======================*/
.kook-alert{
    background-color: rgba(0,0,0,.3);
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1000;
    display: none;
}
.kook-alert.show{
    display: block;
}
.kook-alert > .body{
    background-color: #FFFFFF;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 350px;
    height: 200px;
    border-radius: 5px;
    overflow: hidden;
}
.kook-alert > .body > .close{
    width: 50px;
    height: 50px;
    line-height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    font-family: iconfont;
    text-align: center;
    font-size: 26px;
}
.kook-alert > .body > .close:before{
    content: "\e626";
}
.kook-alert.img > .body{
    height: 380px;
    width: 400px;
}
.kook-alert > .body > .title{
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #F1F1F1;
    padding: 0 15px;
    width: calc(100% 30px);
    display: block;
    margin: 0;
}
.kook-alert.img > .body > .title{
    font-size: 18px;
}
.kook-alert > .body > .content{
    height: calc(100% - 102px);
    position: relative;
    width: 100%;
    text-align: center;
}
.kook-alert.img > .body > .content{
    height: calc(100% - 52px);
}
.kook-alert.img > .body > .content > div > div{
    height: 50px;
    line-height: 50px;
    text-align: center;
}
.kook-alert > .body > .content > span{
    display: inline-block;
    vertical-align: middle;
    width: 60px;
    height: 100%;
    position: relative;
}
.kook-alert > .body > .content > span:before{
    font-family: iconfont;
    font-size: 40px;
    display: block;
    height: 50px;
    line-height: 50px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.kook-alert.success > .body > .content > span:before{
    content: "\e645";
    color: #6FB33E;
}
.kook-alert.error > .body > .content > span:before{
    content: "\e667";
    color: #FC953B;
}
.kook-alert > .body > .content > div{
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 110px);
    text-align: left;
}
.kook-alert.img > .body > .content > div{
    width: calc(100% - 150px);
}
.kook-alert.img > .body > .content > span{
    width: 0;
}
.kook-alert > .body > .btns{
    height: 50px;
    line-height: 50px;
    border-top: 1px solid #F1F1F1;
    padding: 0 15px;
    width: calc(100% 30px);
    text-align: center;
    color: #DE5448;
}
.kook-alert > .body > .btns:hover{
    background-color: #DE544822;
}
.kook-alert.img > .body > .btns{
    display: none;
}

@media (max-width:768px){
	.index.container {
        padding-top: 0;
        width: auto; 
        max-width: 738px;
    }
    .index.container > .row .index-text{
        padding-top: 0;
    }
    .index.container > .row .index-text .shops-admin-btn{
        text-align: center;
    }
    .index.container > .row .index-text .shops-admin-btn .btn{
        padding: 10px 50px;
        font-size: 18px;
    }
    .index.container > .contact .data > div{
        width: calc(50% - 40px);
        margin: 0 20px;
        margin-bottom: 20px;
    }
}
@media (max-width:600px){
	.index.container > .row .index-text {
        margin-top: 30px;
    }
    .index.container > .row .index-text{
        padding-top: 0;
    }
    .index.container > .contact .data{
        text-align: center;
        width: 100%;
        margin-left: 0;
    }
    .index.container > .contact .data > div{
        width: calc(100% - 20px);
        margin: 0 10px;
        margin-bottom: 20px;
        max-width: 300px;
    }
}