.btn1{
    background: #358bfc;
    color: #fff;
    border:none;
    height:34px;
    line-height: 34px;
    text-align: center;
    padding-left:24px;
    padding-right:24px;
    /*border-radius: 10px;*/
}

.btn1.mini{
    background: #358bfc;
    color: #fff;
    border:none;
    height:28px;
    line-height: 28px;
    text-align: center;
    padding-left:14px;
    padding-right:14px;
    /*border-radius: 10px;*/
}

.u-block{
    width: 100%;
}
.u-block .u-block-cnt{
    width: 1200px;
    margin: auto;
}

.circle-img-110{
    width: 110px;
    height: 110px;
    border-radius: 50%;
}
.circle-img-100{
    width: 100px;
    height: 100px;
    border-radius: 50%;
}
.circle-img-80{
    width: 80px;
    height: 80px;
    border-radius: 50%;
}
.circle-img-60{
    width: 60px;
    height: 60px;
    border-radius: 50%;
}
.circle-img-48{
    width: 48px;
    height: 48px;
    border-radius: 50%;
}
.circle-img-40{
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.circle-img-32{
    width: 32px;
    height: 32px;
    border-radius: 50%;
}
.circle-img-24{
    width: 24px;
    height: 24px;
    border-radius: 50%;
}

/**
覆盖bootstrap 的蓝色外框
 */

.custom-select:focus {
    border-color: unset;
    outline: 0;
    box-shadow: unset;
}