@CHARSET "UTF-8";
        .cp_order{
            margin: 30px auto;
            padding: 0px;
            width: 1000px;
            border: 1px solid #DDDDDD;
            border-radius: 5px;
        }
        .order_main{
            padding: 0px;
            margin: 30px auto;
            width: 800px;
        }
        .order_info{
            width: 100%;
            height: 50px;
            border-bottom: 1px solid #E5E5E5;
        }
        .order_info span{
            font-size: 15px;
            letter-spacing: 1px;
            display: block;
            padding-top: 20px;
        }
        .order_info span i{
            display: inline-block;
            background-color: #DD514C;
            color: #fff;
            font-size: 14px;
            border-radius: 5px;
            margin-right: 5px;
        }
        .order_main .order_content{
            margin: 20px auto;
            padding-left: 160px;
        }
      .order_content .row1 input{
            width: 150px;
            height: 25px;
            margin-left: 5px;
            border: 1.5px solid #D1D1D1;
        }
         .order_content .row2 {
             display: inline-block;
            margin: 20px 20px 20px 0;
         }
        .order_content .row1 {
            display: inline-block;
            margin: 20px;
        }
        .order_content .row2 input{
            display: inline-block;
            background-color: #5A98DE;
            width: 100px;
            height: 30px;
            border: 0px #007dcd;
            color: #FFFFFF;
            font-size: 13px;
            font-weight: 500;
            box-shadow: 2px 2px 5px #D1D1D1,-2px -2px 5px #FFFFFF;
            border-radius: 5px;
        }

        .order_content .row2 input:hover{
            background-color: #0A6999;
        }
        .order_list{
            width: 100%;
            height: 46px;
            background-color: #EAEAEA;
            border: 1px solid #D3D3D3;
            margin: 30px auto;
        }
        .order_list span{
            display: block;
            text-align: center;
            line-height: 50px;
            font-size: 16px;
            font-weight: 600;
            letter-spacing: 1px;
        }
        
        .cp_warp{
        	min-height:65%;
        }
        
         .cp_table{
            font-size:14px;
            border-collapse:collapse;
            width: 800px;
        }
        .cp_table th,td{
            border: 1px solid #e1e1e1;
            height: 32px;
            line-height: 32px;
            text-align: center;
            vertical-align: middle;
        }
        .cp_table th{
            background-color:#5287C6;
            font-size: 15px;
            font-weight: 600;
            color: #fff;
        }