body, html {
    width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

* {
    margin: 0;
    padding: 0;
    list-style: none;
}

.container {
    margin: 0 auto;
    font-size: 16px;
    max-width: 1200px;
}

.title {
    font-size: .3rem;
    border-bottom: 1px #cccccc solid;
    color: #443f3f;
}

.titleRight {
    font-size: .16rem;
    color: #fc6500;
}

.content {
    padding-top: 20px;
    width: 100%;
}

.contentItem {
    height: auto;
    border: #cccccc 1px solid;
    border-radius: 5px;
    padding: 15px;
    margin-bottom: 20px;
    transition: all 0.1s;
}

.contentItem:hover {
    box-shadow: 0 0 5px #888888;
    -moz-box-shadow: 0 0 5px #888888;
    transform: translateY(5px);
}

.clear::after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clear {
    zoom: 1;
}

.item-left {
    width: 20%;
    padding-top: 20%;
    background: url("../img/1.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    float: left;
    border-radius: 4px;
    border: 1px solid #cccccc;
}

.item-left2 {
    width: 20%;
    padding-top: 20%;
    background: url("../img/2.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    float: left;
    border-radius: 4px;
    border: 1px solid #cccccc;
}

.item-right {
    float: left;
    padding-left: 3%;
    width: 75%;
}

.item-proName {
    color: #06c;
    font-size: .22rem;
    margin-bottom: .2rem;
}

.item-proUse {
    color: #ff9913;
    font-size: .22rem;
    margin-bottom: .2rem;
}

.item-proUse > span {
    margin-right: 0.2rem;
}

.item-rule {
    text-indent: 2em;
    font-size: .2rem;
    margin-bottom: .2rem;
}

.phone {
    padding-top: .1rem;
    font-size: .18rem;
    text-align: center;
}

.phone a {
    text-decoration: none;
    color: #7be;
}

.item-left3 {
    width: 20%;
    padding-top: 20%;
    background: url("../img/3.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    float: left;
    border-radius: 4px;
    border: 1px solid #cccccc;
}

.item-left4 {
    width: 20%;
    padding-top: 20%;
    background: url("../img/4.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    float: left;
    border-radius: 4px;
    border: 1px solid #cccccc;
}

.item-left5 {
    width: 20%;
    padding-top: 20%;
    background: url("../img/5.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    float: left;
    border-radius: 4px;
    border: 1px solid #cccccc;
}

.div1 a:hover, .div2 a:hover {
    color: #ff5900
}

.foot {

}

.submit {
    float: right;
    width: 2rem;
    height: 0.4rem;
    background: #ff9913;
    color: white;
    line-height: 0.4rem;
    font-size: .18rem;
    text-align: center;
    border-radius: 0.2rem;
}

.dialog {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(94, 92, 92, 0.31);
    display: none;
}

.dialogImg {
    width: 25%;
    background: url("../img/zhifubao.jpg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 4px;
    border: 1px solid #cccccc;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}
