.my{
    -webkit-box-shadow: 0px 1px 2px #e1e1e1;
    -moz-box-shadow: 0px 1px 2px #e1e1e1;
    box-shadow: 0px 1px 2px #e1e1e1;
    background: #fff;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
}
.binding_tit{
    line-height:30px;
    margin:10px 0 10px 20px;
    font-size: 14px;
}
.binding_name{
    display: inline-block;
    border-left:4px solid #82AAFC;
    padding-left:10px;
    line-height:20px;
}
.binding_con{
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 10px 50px;
}
.binding_In{
    display: inline-block;
    float: left;
    line-height: 30px;
    margin:0 10px;
    font-size:14px;
}
.binding_In input{
    float: left;
    margin-top: 9px;
    margin-right:5px;
}
.binding_btn{
    float: right;
    display: inline-block;
    padding:0 10px;
    border:1px solid #d4d4d4;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
    margin-right:20px;
    cursor: pointer;
}
.binding_btn:hover{
    background:#587ed1;
    color:#fff;
}
.icon_item {
    float: left;
    padding: 30px 30px 15px 30px;
    width: 13%;
}
.icon_item .img {
   /* background: linear-gradient(90deg,rgba(116,157,243,1),rgba(133,208,255,1));*/
    box-shadow: 0px 1px 0px RGBA(108, 138, 199, 0.6);
    width: 66px;
    height: 66px;
    margin: 0px auto;
    border-radius: 10px;
    border: 1px solid rgba(133,208,255,1);
}
.icon_item .img img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}
.icon_item p {
    text-align: center;
    margin-top: 10px;
    display: inline-block;
}
input[type="checkbox"]{appearance: none; -webkit-appearance: none;outline: none;display:none}
label.fxk{width:14px;height:14px;display:inline-block;cursor:pointer;margin-right: 5px}
label input[type="checkbox"] + span{width:14px;height:14px;display:inline-block;background:#fff;border:1px solid #ccc}
label input[type="checkbox"]:checked + span{
    display: inline-block;
    width: 4px;
    height: 8px;
    border-color: #fff;
    border-style: solid;
    border-width: 0 2px 2px 0;
    transform: rotate(40deg);
    background: #6c9aff;
    position: relative;
    left: 4px;
    top: -5px;
  }