/*官网主页的CSS样式*/

/*公用的、使用较多的样式*/
.index-body {
    background-color: lightblue;
}

.index-body p {
    text-indent: 2em;
    text-align: left;
}

.main-picture {
    text-align: center;
}

.main-picture img {
    width: 100%;
}

.box-shadow {
    /*border:1px white solid;*/
    border-radius: 10px;
    box-shadow: 0 0 10px #9FBCC6;
}

.box-shadow:hover {
    box-shadow: 0 0 15px grey;
    /*opacity: 0.98;*/
    /*transition: opacity 1s;*/
}

/*第2个容器*/
.custom-container-two-style {
    margin-top: 0.5%;
}

/*第2个容器的第1个栅格系统*/


/*第2个容器的第2个栅格系统*/

.grid-two-div {
    /*margin-top: 1%;*/
    width: 100%;
    height: 500px;
    background-color: white;
    overflow: auto;
}

.grid-two-div a {
    text-decoration: none;
    color: #333;
}

.light {
    background: #AACEFD;
}

/*第2个容器的第3-2个栅格系统*/
.grid-three {
    /*margin: 1% auto;*/ /*这一行在bootstrap中不能代替下面的两行*/
    margin-top: 1%;
    margin-bottom: 1%;
    text-align: center;
    font-weight: bold;
}

.grid-three-row {
    margin-top: 1%;
    border: 1px #9FBCC6 solid; /*这一行不能注释*/
    text-align: center;
}

.grid-three-row-col-title {
    margin: 20px 0;
    overflow: hidden;
    height: 20px;
}

.grid-three-row-col-img {
    margin: 10px 0;
    width: 200px;
    height: 200px
}

.grid-three-row-col-img:hover {
    box-shadow: 0 0 5px green /*#9FBCC6*/;
    width: 210px;
    height: 210px
}

/*第2个容器的第4个栅格系统（尾部）*/
.footer {
    text-align: center;
    /*margin: 1% auto;*/
    margin-top: 1%;
    /*margin-bottom: 1%;*/
    padding: 1% 0;
    /*height: 100%;*/
    line-height: 1.5em; /*em是长度单位，更适合响应式布局，设置字体大小*/
    vertical-align: middle;
    background-image: linear-gradient(#9FBCC6, #9198e5);
    /*border: 1px solid red;*/
}

.short-vertical-line {
    border-right: 2px solid #333333;
}

.footer a:hover {
    color: yellow;
    text-decoration: none;
}

/*官网联系我们的CSS样式*/

/*公用的、使用较多的样式*/
.contact-body {
    background-color: lightblue;
}

/*JSAPI支付相关的公共样式 Start*/
.banner {
    background-color: #0BCF69;
    height: 40px;
    width: 100%;
    text-align: center;
    line-height: 40px;
    font-size: large;
    color: white;
    font-weight: bold;
    font-family: 华文楷体;
}

/*JSAPI支付相关的公共样式 End*/
