﻿
.box_input {display: flex;justify-content: flex-start;justify-items: center;flex-direction: row;margin-top: 15px;width: 600px;}
.box_input .l_words {font-size: 14px;color: #fff;line-height: 32px;width: 70px;text-align: right;}
.box_input .r_box {justify-content: flex-end; width: 480px;overflow: hidden;}

.box_input .r_box input {height: 32px;width: 98%;margin-left: 10px;background-color: transparent;box-sizing: border-box;
        padding: 0px 10px 0 10px;
        border-left: 0px;
        border-top: 0px;
        border-right: 0px;
        color:#999;
        border-bottom: 1px solid #d2d2d2;
    }


.box_tags {margin: 0px 0px 0px 60px;margin-top: 15px;width: 500px;box-sizing: border-box;}
.box_tags .tag {float: left;cursor: pointer;padding: 0px 8px;line-height: 28px;margin-bottom: 8px;font-size: 12px;border-radius: 8px;background: #00A0E9;color: #fff;margin-left: 10px;}

.clear {
    width: 100%;
    clear: both;
}

.box_submit {margin-top: 15px;width: 100%;display: flex;justify-content: flex-end;align-items: center;}
.box_submit .button {align-items: center;width: 120px;height: 32px;border-radius: 10px;margin-right: 20px;line-height: 32px;border: 1px solid #00A0E9;color: #00A0E9;text-align: center;}

.hide {display: none;}

.script_title { display:flex;justify-content:space-between; font-size: 22px;padding: 8px 15px;background: #fafafa;color: #000;border-bottom: 1px solid #ccc;}
.script_title div:nth-child(2){color:#cc0000;font-weight:700;font-family:Arial;cursor:pointer;}
.box_form {
    position: fixed;
    z-index: 999;
    right: 20px;
    bottom: 20px;
    width: 570px;
    border: 1px solid #d2d2d2;
    padding: 0px 0px 20px 0px;
    background: #313131;
    border-radius: 20px;
    overflow: hidden;
}

.box_script_list {
 
    background-color:transparent;
    padding: 20px 0px 20px 0px;
    width:1000px;
    display:flex;
    justify-content:flex-start;
}

.box_script_list .script_li{background:#fff; border-radius:20px;margin-left:20px; overflow:hidden;padding:  0px 0px 20px 0px; }
.box_script_list  .box_insert{width:50px;height:50px;border-radius:50%;font-size:38px;font-weight:700;color:#00A0E9; line-height:50px;cursor:pointer; text-align:center;background:#fff;text-align:center;margin-left:20px;color:#00A0E9;}
.box_info {display: flex;   justify-content: flex-start;justify-items: center;flex-direction: row; margin-top:2px;    }
.box_info .l_words {font-size: 14px;color: #666;line-height: 32px;width: 90px;text-align: right;}
.box_info .r_box {justify-content: flex-end;color:#000;  width: 480px; overflow: hidden;height: 32px;line-height:32px;}
 
 .bg_f2{background:#f2f2f2;}