﻿.page,body{
    position: relative;
    background: rgba(250, 250, 250, 1);
    max-width: 750px;
    width:100%;
    margin:0px auto;
}
.header{
    text-align: center;
    height: 42px;
    line-height: 42px;
    padding:5px 0px;
    position: fixed;
    top: 0px;
    z-index: 999;
    max-width: 750px;
    width:100%;
    background-color: #fff;
}
.pageBack{
    font-size: 14px;
    font-weight: 400;
    color: rgba(54, 119, 29, 1);
    text-align:left;
    padding-left:17px;
    width:30%;
}
.pageHelp{
    width: 84px;
    height: 28px;
    line-height: 28px;
    opacity: 1;
    border-radius: 62px;
    border: 1px solid rgba(235, 235, 235, 1);
    margin:6px 15px 0px auto;
    font-size: 14px;
    font-weight: 400;
    color: rgba(54, 119, 29, 1);
    position: relative;
}
.pageHelp > img{
    position: absolute;
    top:5px;
    left:10px;
}
.main{
    margin-top: 60px;
}
ul{
    list-style: none;
}
.Jy-agreementBox h1{
    padding: 30px 0 20px;
    text-align: center;
    color: #333;
    font-size: 28px;
    margin:0 15px;
    border-bottom: 1px solid #f2f2f2;
}
.Jy-agreementBox  .Jy-agreenMian{
    padding: 20px;
}
.Jy-agreementBox  .Jy-agreenMian .Jy-agreeList{
    margin-bottom: 30px;
}
.Jy-agreementBox  .Jy-agreenMian .Jy-agreeList h6 {
    position: relative;
    padding-left: 10px;
    font-size: 18px;
    color: #222;
    margin-bottom: 15px;
}
.Jy-agreementBox  .Jy-agreenMian .Jy-agreeList h6 i{
    position: absolute;
    top: 5px;
    left: 0;
    width: 3px;
    height: 17px;
    background: #37761d;
}

.Jy-agreementBox  .Jy-agreenMian  .Jy-agreeList  ul li,
.Jy-agreementBox  .Jy-agreenMian  .Jy-agreeList p{
    font-size: 14px;
    color: #333;
    margin-bottom: 10px;
    text-align: justify;
}
.Jy-agreementBox  .Jy-agreenMian  .Jy-agreeList dl{
    margin-bottom: 15px;
}
.Jy-agreementBox  .Jy-agreenMian  .Jy-agreeList dl dt{
    font-size: 16px;
    margin-bottom: 10px;
    color: #222;
}
.Jy-agreementBox  .Jy-agreenMian  .Jy-agreeList dl dd{
    font-size: 14px;
    margin-bottom: 5px;
    color: #333;
    text-align: justify;
}
.Jy-agreementBox  .Jy-agreenMian  .Jy-agreeList  ul li ul{
    padding: 15px 0 15px 15px;
}



