@charset "utf-8";
.user_defined{padding:50px 20px 0;box-sizing: border-box;}
.defined_content{display: flex;justify-content: center;}
.text input{width: 80px;height: 36px;padding: 0 12px;color: #333;border: 1px solid #ccd5db;border-radius: 3px;box-sizing: border-box;font-size: 14px;}
.text p{text-align: center;color: #999;font-size: 14px;line-height:40px;}
.defined_content .text:nth-child(4){margin-left: 20px;}
.link{width: 16px;height: 16px;background: url(../img/lianjie2.png) center no-repeat;margin: 10px;}
.defined_btn{display: flex;justify-content: flex-end;margin-top: 20px;}
.btn_cancle{width: 96px;height: 36px;line-height: 36px;text-align: center;color: #666;background: #fff;border: 1px solid #ccd5db;font-size: 14px;border-radius: 3px;cursor: pointer;}
.btn_sure{width: 96px;height: 36px;line-height: 36px;text-align: center;color: #fff;background: #1593ff;border: 1px solid #1593ff;font-size: 14px;border-radius: 3px;cursor: pointer;margin-left: 20px;}

